Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dropbox/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,8 +1909,7 @@ def files_get_temporary_upload_link(self, commit_info, duration=14400.0):
exist for a specific upload path at any given time. The POST request on
the temporary upload link must have its Content-Type set to
"application/octet-stream". Example temporary upload link consumption
request: curl -X POST
https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header
request: curl -X POST <temporary_upload_link_url> --header
"Content-Type: application/octet-stream" --data-binary @local_file.txt
A successful temporary upload link consumption request returns the
content hash of the uploaded data in JSON format. Example successful
Expand Down
2 changes: 1 addition & 1 deletion spec
Submodule spec updated 1 files
+1 −1 files.stone
Loading