Navigation Menu

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

Add a google docs backend #376

Closed
kenkendk opened this issue Aug 5, 2014 · 3 comments
Closed

Add a google docs backend #376

kenkendk opened this issue Aug 5, 2014 · 3 comments

Comments

@kenkendk
Copy link
Member

kenkendk commented Aug 5, 2014

From kenneth@hexad.dk on February 26, 2011 16:20:57

Seems that it is possible to store arbitrary files on a google docs account: https://code.google.com/intl/en-US/apis/documents/docs/2.0/developers_guide_protocol.html#UploadingDocs This should be support by Duplicati.

Original issue: http://code.google.com/p/duplicati/issues/detail?id=376

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From l.kwul...@gmail.com on July 20, 2011 11:12:18

Uploading files (without conversion) is possible only with new API: https://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#UploadingFiles Small blog post about new feature: http://googleappsdeveloper.blogspot.com/2011/05/upload-all-file-types-to-any-google.html By the way, version 1.8 of the .NET library for Google Data APIs supports this.

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From kenneth....@gmail.com on July 23, 2011 08:18:59

This issue was updated by revision r835 .

There is now a Google Docs backend.

The API turned out to be broken (or at least hard to use correctly) for uploading files,
so I eventually wrote a custom uploader. The custom uploader can also upload files larger
than 10 MB.

I have tested this with my usual test setup, but let me know if there are any issues with it.
A preview release will be put on the download page asap.

Status: Fixed

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From kenneth@hexad.dk on October 25, 2011 12:59:33

Turns out there was an issue with the GoogleDocs backend, which has been fixed.
Preview release 1.2.3 r946 is now uploaded.

@kenkendk kenkendk closed this as completed Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant