Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Expose upload URI methods in client interface. The URL and authorizat…#24

Merged
synapticloop merged 1 commit intosynapticloop:masterfrom
iterate-ch:feature/upload-uri
Jul 2, 2016
Merged

Expose upload URI methods in client interface. The URL and authorizat…#24
synapticloop merged 1 commit intosynapticloop:masterfrom
iterate-ch:feature/upload-uri

Conversation

@dkocher
Copy link
Copy Markdown
Contributor

@dkocher dkocher commented Mar 30, 2016

…ion token that you get from b2_get_upload_url can be used by only one thread at a time. If you want multiple threads running, each one needs to get its own URL and auth token. It can keep using that URL and auth token for multiple uploads, until it gets a returned status indicating that it should get a new upload URL.

…ion token that you get from b2_get_upload_url can be used by only one thread at a time. If you want multiple threads running, each one needs to get its own URL and auth token. It can keep using that URL and auth token for multiple uploads, until it gets a returned status indicating that it should get a new upload URL.
@synapticloop synapticloop merged commit 85cd196 into synapticloop:master Jul 2, 2016
@dkocher dkocher deleted the feature/upload-uri branch July 29, 2016 10:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants