-
Notifications
You must be signed in to change notification settings - Fork 33
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 upload session support #2
Comments
Proposal 1 func (c *Files) ChunkedUpload(in *UploadInput) (out *UploadOutput, err error) Proposal 2 We add an optional Proposal 3 func (c *Files) UploadSession(in *UploadSessionInput) (session *UploadSession, err error) Where these new types fully expose the semantics of https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start (i.e. @tj Thoughts? Also, if anyone decides to implement this, please post here and mention you're working on it. Hopefully I'll find time though can't say when... (My current use-case is an Afero Dropbox interface) |
Edit, fixed formatting |
In this package I'd definitely like to just mirror their end-points 1:1, go-dropy can provide something more useful on top. I haven't started any work on it though I actually just needed download functionality for now :D |
No description provided.
The text was updated successfully, but these errors were encountered: