The content type header is set to: application/x-www-form-urlencoded
The client id and client secret need to be concatenated with a colon between them, and then, converted to base 64. (NOT converted to base 64 and then concat’d as I did :P)
Thanks for this, I think/hope that this has solved my issue with Zoho CRM’s new OAuth for server applications.
But how does Bubble know how to refresh the token? I created a token by hand on Postman, pasted it here, and the calls work. The token expires after 1 hour; it’s been longer than 1 hour. It works in Bubble, but no longer in Postman. What sorcery is Bubble using that it figured everything out?
Have you ever had issues with the calls ? I basically copied your configuration with my own tokens of course, everything does fine in Postman but Bubble keeps sending me this error : missing access_token getting data (Oauth2PWFlow)
I tried putting “access_token” in header, urls, parameters, nothing seems to work, here’s the config :