I need your help please

I am starting to use n8n on Hostinger. I had previously created a workflow in the free version, where I started an automation from Google Sheets. Now I am doing the same thing, connecting my credentials through Google Cloud, and when I am updating the parameters with my OAuth connected, when I search for G. Sheets from From List, I get this error: “Google Drive API has not been used in project 9736984222 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview? project=9736984222 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.” I have already connected Google Drive, checked the credentials, and created new ones, but nothing works. Can you help me? Thanks!

1 Like

@Miquel_Canals Welcome to the n8n community

Your Google Sheets error is because the Google Drive API isn’t enabled in the same project as your OAuth client.

Fix:

  1. Go to Google Cloud Console, select your project.
  2. Enable Google Drive API and Google Sheets API in APIs & Services → Library.
  3. Wait a few minutes, then re-authenticate your credential in n8n.
  4. Retry.

This should resolve the issue.

Thanks you Anshul

Glad it helped you kindly mark that as a solution, thanks