Skip to content
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

Open
manmeetkaur-kin opened this issue Mar 3, 2020 · 2 comments
Open

Google Sheet Integration failing with file not found #7

manmeetkaur-kin opened this issue Mar 3, 2020 · 2 comments

Comments

@manmeetkaur-kin
Copy link

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

@ghost
Copy link

ghost commented Aug 3, 2020

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:

{'message': 'File not found: XXX.', 'errors': [{'locationType': 'parameter', 'message': 'File not found: XXX.', 'reason': 'notFound', 'domain': 'global', 'location': 'fileId'}], 'code': 404}: Unknown Error

shedd added a commit to shedd/docs that referenced this issue Aug 3, 2020
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).
@shedd
Copy link

shedd commented Aug 3, 2020

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:

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

shedd added a commit to shedd/docs that referenced this issue Aug 20, 2020
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants