Google Sheet credential is successfully added, but it cannot detect any Google Shee,t even after public access
From list, By ID, and By URL are not working
What is the error message (if any)?
Could not load list
EAUTH - The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
The best way to connect is via oauth2. Is that how you are connecting? Otherwise, you’ll need to take a bunch of steps in google cloud console to connect, including adding a redirect url.
What are your errors? Are you on self hosted? if you are, you might need to step through a lot of steps on google cloud console.
Enable google sheets api
create new credentials
enter your redireect url
add yourself as a test user
create and copy your oauth credentials and paste them in into your n8n credentials.
Let me know your error and we can step through.
Here’s a youtube video that can help you step through as well.
If this response helped you, please click the heart to show that it is useful If this response solved your issue, mark it as the solution to help the community
Glad you figured it out! Did you mean to mark your reply as the solution? or is there an answer that would help others solve this problem if they encounter it?