I am trying to set up my first api using the bubble api connector and the process is click a button sign in with Google to get to Google Search Console - but I am getting a 401 error due to authentication issues.
I am able to let my test users get to the final Google sign on page, but then it says the error message.
I have added the user end point url etc, but I just keep hitting a brick wall.
The ideal state is, 0auth connection to GSC and then I would have an api call that opens the site domains and lets the user select them.
I am struggling - it feels like python django and flasks running web apps and apis was easier WITH code.
Anyone successfully connected Google Search Console to Bubble ?