Google Drive Node Not Showing Files or Folders Despite Successful Connection

Hi everyone,

I’m having an issue with the Google Drive node in n8n. I connected my Google account successfully — the node shows that the authentication is connected and valid. However, when I try to list files or access any folders in my Drive, nothing shows up.

I’ve tried:
• Reauthenticating the Google Drive credentials
• Creating new workflows from scratch
• Ensuring that the account has files and folders to list

But still, no data is returned. Is there a known fix or permission setting I might be missing? I’m using n8n Cloud (version X.XX.X) — let me know if you need more details.

Thanks in advance for the help!

have you activated google drive api from google cloud console?

yes it says enabled

this screen pops up for me I wonder if it has anything to do with it !

Google hasn’t verified this app

The app is requesting access to sensitive info in your Google Account. Until the developer ([email protected]) verifies this app with Google, you shouldn’t use it.

If you’re the developer, submit a verification request to remove this screen. Learn more

Advanced

yes you have to accept and give permissions to the app.
because that is your app which is asking for permissions.

Go to google console > your project > Audience
in this place, add your email in users tests space and validate

It seems like its connected but its not getting the things I would expect it to. its getting random files from random projects. when I look at drives all I see is my drive and I dont see any folders that I created inside of my drive

it is not random but in alphabetical order.
you can search for specific files too

do you only see My Drive too even if you have other folders in your drive? All I see is my drive and no other option. in addition I dont see the files that are there just a bunch of random config files.

you should try searching by name of file you want.

That’s not a bunch random files, it’s because you have the files in the Google Drive.

To get the folder/file that you need, simply search for the folder/file in Search box.

Ok in search query I put the folder name. but it just gives me id of folder I want every file inside of the folder too.

If you’re looking for file inside folder, you can add one more node to get all files from the folder, and then copy it.

Here’s the example workflow that maybe useful.

ok Im able to navigate with the json id. I thought it would be much easier to be able to navigate between folders besides putting json id for each layer and adding a node for each layer though. How would I grab the text from a google doc document?

Discover 3587 Automation Workflows from the n8n’s Community

You can look for your needs here, there’s so many workflows that maybe match with your needs!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.