**Issue with Google Sheets Trigger Not Displaying Uploaded Sheet**

I’ve been trying to set up a Google Sheets trigger, but the sheet I uploaded to Google Drive doesn’t appear in the list. Instead, it shows files that I don’t even have. I have no idea where this trigger is pulling its information from. Please help!

  • **n8n version: 1.78.1
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 11 PRO (23H2 version)

hello @Muhmmad_Sameer104

Check the credentials for the node. The acces for every file depends on the app permissions


I have granted all four permissions and reconnected, but the issue persists. I have also enabled all three APIs:
Cloud Resource Manager API, Google Sheets API, and Google Drive API.

it was working fine recently, i suppose i am missing something in the process

Please reply

Try accessing the sheets document by ID.
You will find the doc’s ID in its url. It is a string of 44 random characters between two / characters in the url.

If you still cannot access the file by its ID then most likely the account you use to connect has no access to that file.

Other files in the list that you can see could be those shared with you by someone. Identifying a file by ID is a more reliable option.

Hope the above helps.

hello , I have problem : Can’t connect IMAP node to Roundcube. Error: getaddrinfo ENOTFOUND https://webmail.freehostia.com/ .

@wael_hassan, looks like your question isn’t related to the Google Sheets topic discussed here. Please open a new topic for your issue.