Hello Everyone, I am currently trying connect to a google sheet where i will be pulling and pushing data to. However i am getting an issue setting up the credentials for these jobs.
I am running running the lightning v2.10.5 via docker.
Looks like the Oauth client you’ve built in Google Cloud Platform isn’t using the same redirect URL as you’ve configured in your Oauth Client on Lightning!
Can you check to make sure that your client on lightning has all the same deets as whatever you’ve built in GCP?
Hello @taylordowns2000 and @Kiefer .
I am having same problem setting Google Oauth Authentication. I want to setup Google Sheet credentials, Below are the screenshot from my openfn instance and on Google client.
I am glad you’ve made some progress in setting up your client. I have noticed a couple of issues that might be responsible for the error you’re getting.
For the scopes you intend to enable via the OAuth, please remove the values you have entered into the mandatory scope field and replace them with the following:
For callback/redirect URL:
Your redirect URL should be in this format https://{OPENFN_URL}/authenticate/callback where OPENFN_URL is the URL for accessing OpenFn e.g https://app.openfn.org/. Please confirm that your OpenFn instance can be accessed via https://k8s-gke.us/.