-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add support to upload directly to google docs #38
Comments
To be tested but I assume you could mount gdrive locally and write there. This would delegate to gdrive the upload / sync back which can be tricky: during a large import, you need would to make sure the documents are properly uploaded, retry if it fails... makes things just a lot more complicated. |
and what content do you write to your local google docs? I think it's better to upload directly to gdrive during the import. |
I just tested and the auto docx-gdoc conversion does not happen via gdrive. My proposal does not work then. |
This works using gdrive web interface. Basically just (1) import documents locally and (2) upload the root imported folder using web interface instead of desktop gdrive. Still this would be a nice feature. |
Correct. And with a large import, you probably do not want to use this feature: if you are processing 75k urls, the direct upload to gdrive will slow down the process, if process is too fast you might hit the API rate limit, the upload might fail and break the import process... |
For customers that use google drive as content source, it would be useful if they could upload directly to google docs instead of creating the docx first.
The text was updated successfully, but these errors were encountered: