singer-io / tap-ringcentral

Singer.io tap for RingCentral
GNU Affero General Public License v3.0
3 stars 10 forks source link

Not being able to authenticate #9

Closed erikahlehmann closed 3 years ago

erikahlehmann commented 3 years ago

Hi there!

Any ideas on how we can troubleshoot this? Thanks in advance!

erikahlehmann commented 3 years ago

Here is what happens when we try to request an authentication token:

Error OAuth 2 Response 'Access Token' Request failed: bad request (400)
HTTP 400
---Body---
{
 "error" : "invalid_grant",
 "errors" : [ {
  "errorCode" : "OAU-140",
  "message" : "Invalid resource owner credentials"
 } ],
 "error_description" : "Invalid resource owner credentials"
}