ringcentral / ringcentral-python

RingCentral Connect Platform Python SDK
MIT License
44 stars 35 forks source link

fix login #19

Closed link89 closed 6 years ago

link89 commented 6 years ago

While username is provided as an email address, extension should be omitted, or else following error will throw: { "error": "invalid_grant", "error_description": "Invalid resource owner credentials", "errors": [ { "errorCode": "OAU-140", "message": "Invalid resource owner credentials" } ] }

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 91.201% when pulling f9d4b4b5d987b6cef5187e7a516b54aa3e649948 on link89:fix-login into ad5318f14ed82403df8b7d7e359c646d1b82a089 on ringcentral:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 91.201% when pulling f9d4b4b5d987b6cef5187e7a516b54aa3e649948 on link89:fix-login into ad5318f14ed82403df8b7d7e359c646d1b82a089 on ringcentral:master.

kirill-konshin commented 6 years ago

Thanks!