Hi, I’m trying to automate access to a Google Drive file that is shared with me by someone else (I don’t own it). I can open and use it in the browser, but I cannot access it reliably via n8n.
What works
- Google Sheets node: I can select and read the file – but only after I have manually opened it in the browser and used “Save as Google Sheet” (or “Make a copy”). That creates a copy in my Drive, which I can then use in n8n.
What does not work
- Google Drive – Download: Fails with “The requested conversion is not supported” (400, location: convertTo).
- Google Drive – Copy: Creates a shortcut (mimeType: application/vnd.google-apps.shortcut), not a real copy. So I cannot get an actual copy via the API.
Manual process that works
- Open the shared file in the browser (Drive web UI).
- File → Save as Google Sheet / Make a copy.
- The new file appears in my Drive.
- Then the Google Sheets node can read it.
Question
Is there any API-based workaround to automate this “open shared file and save as Google Sheet into my Drive” step? Or do I always have to do this once manually before I can use the file in n8n?
n8n 2.4.4 (self-hosted).
Thanks for any hints.