Hello Everyone,
I'm currently trying to integrate and use Google Slides API with Retool, however I am experiencing some errors when running some sample GET and POST requests.
I did some troubleshooting (making sure scopes are correct, resetting Client Secret, making sure Redirect/Callback URLs, and Authorized JavaScript Origins are correct, making sure to pass the OAUTH2_TOKEN as a header for Authorization)I tried running both POST and GET methods from the docu (https://developers.google.com/slides/api/reference/rest/v1/presentations/get?apix_param[…]22%3A%221F9Of8oq4UeIYP8ebD6TWpougpOCbHCV9xhmnGENCalA%22%7D) but both requests returns the same kind of error
Here is my current setup:

What can I do to proceed?