-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Sheet Integration failing with file not found #7
Comments
I encountered this problem too with a sheet in a shared Google Drive. Works fine if I moved to to my own drive, but consistently gets this error if it's in a shared drive:
|
Add a note about [the file not found error that occurs when attempting to load a Google Sheet from a shared drive](singer-io/tap-google-sheets#7).
This was exactly the issue that we ran into. Moving the file out of a shared drive fixed the problem. I've suggested a note to the Stitch docs on this point: stitchdata/docs#532 |
Add a note about [the file not found error that occurs when attempting to load a Google Sheet from a shared drive](singer-io/tap-google-sheets#7).
Same sheet was getting pulled earlier; now it is giving this error; Tried to create a new sheet and pulled it but the same error.
INFO HTTP request to "file_metadata" endpoint took 0.203s, returned status code 404
2020-03-03 08:45:46,070Z tap - CRITICAL {'code': 404, 'message': 'File not found: xxxxxxxxxxxx.', 'errors': [{'location': 'fileId', 'message': 'File not found: xxxxxxxxxxx.', 'locationType': 'parameter', 'reason': 'notFound', 'domain': 'global'}]}: Unknown Error
The text was updated successfully, but these errors were encountered: