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

Verify media uploads work ! #76

Closed
Byron opened this issue Apr 21, 2015 · 2 comments
Closed

Verify media uploads work ! #76

Byron opened this issue Apr 21, 2015 · 2 comments
Assignees

Comments

@Byron
Copy link
Owner

Byron commented Apr 21, 2015

Both in simple and in resumable mode. drive could be used for this.

@Byron Byron added this to the v0.2 - simple commandline tools milestone Apr 21, 2015
@Byron Byron self-assigned this Apr 25, 2015
Byron added a commit that referenced this issue Apr 25, 2015

Verified

This commit was signed with the committer’s verified signature.
bkueng Beat Küng
Previously, even though the request was passed by reference, it was
copied and thus our changes never arrived in the call.

Now the API makes this clear by taking ownership, and the CLI code
sets the Request value lateron, explicitly.

Related to #76
Byron added a commit that referenced this issue Apr 25, 2015

Verified

This commit was signed with the committer’s verified signature.
bkueng Beat Küng
* fixed boundary syntax of multi-part message. Was --BOUNDARY, now is
  --BOUNDARY--
* Fixed ContentRange parsing and serialization. We actually managed
  to break it last time we tried to update it to match the Go
  implementation.
* fixed uploadType header parameter. It's based on chosen protocol and
  whether or not the method supports multipart operation for the given
  protocol.

Related to #76
@Byron
Copy link
Owner Author

Byron commented Apr 25, 2015

You can watch the development stream in multiple sessions:

@Byron
Copy link
Owner Author

Byron commented Apr 25, 2015

Resumable, chunked uploads work, but delegate interaction will need to be tested in 0.3 to assure it's truly resumable.

@Byron Byron closed this as completed Apr 25, 2015
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

1 participant