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

Support Google Drive syncing for native google docs/sheets #668

Open
mbertrand opened this issue Oct 8, 2021 · 1 comment
Open

Support Google Drive syncing for native google docs/sheets #668

mbertrand opened this issue Oct 8, 2021 · 1 comment

Comments

@mbertrand
Copy link
Member

The API responses for Google docs and sheets have null checksums and null download links. The sync code relies on the download link to stream the file to S3. Add support for these files using the approach outlined here. Will need to pick default mime types for docs and sheets. Ex: Word for docs, Excel for sheets.

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

No branches or pull requests

2 participants
@mbertrand and others