GithubHelp home page GithubHelp logo

Add upload session support about go-dropbox HOT 3 OPEN

tj avatar tj commented on September 15, 2024
Add upload session support

from go-dropbox.

Comments (3)

jpillora avatar jpillora commented on September 15, 2024

Proposal 1

func (c *Files) ChunkedUpload(in *UploadInput) (out *UploadOutput, err error)

Proposal 2

We add an optional Length (or KnownLength) to UploadInput, then make ChunkedUpload() private and automatically perform a chunked upload when Length > 150MB (though this might be too magical).

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. UploadSession.Append() and UploadSession.Finish()). This is probably the most suitable since I believe this library is aiming to be a 1:1 mapping.

@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)

from go-dropbox.

jpillora avatar jpillora commented on September 15, 2024

Edit, fixed formatting

from go-dropbox.

tj avatar tj commented on September 15, 2024

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

from go-dropbox.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.