diff --git a/dropbox/base.py b/dropbox/base.py index dc5c840..cf9fa8f 100644 --- a/dropbox/base.py +++ b/dropbox/base.py @@ -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 --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 diff --git a/spec b/spec index 8857713..85c818f 160000 --- a/spec +++ b/spec @@ -1 +1 @@ -Subproject commit 8857713f7d1aef703da1832520a6ec275ebff60c +Subproject commit 85c818f60ef2afd5acf469cea0683183da8958a3