Hi! Does anyone have a script or a step-by-step guide on how to correctly handle the OAuth 2.0 flow to obtain the authorization code and subsequently the access token using Appfarm? I’m currently working on integrating the Google Maps Route Optimization API with Appfarm. However, I’m running into issues when trying to retrieve the access token.
Up until now, we’ve been generating a new token via Postman, and using this to access the API by passing the bearer token directly into the request. We aim to streamline this process directly within Appfarm. We’ve followed this guide so far:
Google API Documentation for OAuth 2.0: