Apologies if this is an obvious fix, but I’m stuck with the Bubble API connector OAuth2 User-Agent flow.
I’m trying to allow users to pull in data from their Sleep Health wearable (Oura ring). I’ve got the calls working manually with a personal access token, but when I try to authenticate using the Bubble social login flow, I keep getting the same error message on setup:
This message pops up after taking me to the Oura authentication page, with the correct scope checkboxes checked etc. and asking to grant access to my app.
From what I can see, it actually is returning a user id, along with the access token and refresh token (I’ve used these strings and they work when run manually or on Postman).
Not sure what I’ve done wrong in setting up the flow, but here’s my setup:
I’ve got the same problem with Google Drive API. Spend hours and just found solution! Check it out - hope it help to solve yours problem too, guys:
So this is the error message that I’ve got from Google Auth2 API:
The service apiconnector2-cmSgX0 did not return an ID for this user. The user cannot be logged in. Please check your settings or reach out to the plugin author. (raw data: {“_id”:"565dc3dfd34f8d7a7a1b4348
Thanks @Jici - Will this allow me to be able to read conversations from a slack channel? That’s my end goal. I’d like to confirm before I go the API Connector route. I’ve already tried the Airdev plugin but it has given me that error message that this topic is about (no ID for user).