Trouble with Testing API in Run Mode

Hi,

We are trying to connect to the Google Ads API in Bubble. We can connect successfully in Postman but are blocked in Bubble and getting this error:

You haven’t tested this API in run mode and authenticated with myapp yet. You need to do this first to setup calls and to test the URLs and keys.

To do this, setup a login workflow, run your app in run mode (with debug_mode=true in the URL) and authenticate with the service. Once done, your access token will be used to initate the API calls and the API will be marked as valid.

We previewed in test mode and were able to successfully connect with Google with an external link that was properly configured. I see the code in the URL when the process complete.

I feel like we are missing a stop or something small. Thanks in advance for your help!

Ellen

Maybe you can share your actual settings, including API Connector…

Thanks. Here you go.

Did you run the login with social network action in debug mode ? Also, you should set ?alt=json for the user profile endpoint.

When I did the test in app with the external link that uses my credentials I was in test mode and it worked fine.

I can’t get it to work in the API screen. I assumed that code returned in the in app test went somewhere.

Bubble manage the code returned. It should show a popup that the API is successfully initialized.

Maybe you can record a screencast?