This platform is not for me there is no support i have been waiting all day what a waste

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

Hey @jupsy hope all is well and your day is going wonderfully :slight_smile:

I cannot but wonder, could it be that the problem is … with your credentials?

iVve tried updating service account on google console. it still didnt work. ive changed settings on google sheets. i give up. there is no support here

Hey @jupsy, well, if the node is not able to get the data, there must be something with these credentials, either the API is not enabled or the scopes are off…

Have you tried OAuth instead?

Hey @jupsy, do you have Google console cloud API activated?

here is how its done:
1: Go to https://console.cloud.google.com
2: Create/select a project
3: Enable Google Forms API (and Google Sheets API if responses are stored there)
4: Go to APIs & Services > Credentials
5: Click Create Credentials > OAuth client ID
-Set up the consent screen (just basic info + test user)
-Choose “Web application”
-Add redirect URI: http://localhost:5678/rest/oauth2-credential/callback (or your n8n URL)
-Copy the Client ID and Client Secret
7: In n8n, create new credentials (e.g. Google Sheets OAuth2), paste in the values, and authorize

Don’t give up so fast. :wink: