You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {FilesUploadSessionOffsetError} [incorrect_offset] - Available if
2323
+
* .tag is incorrect_offset. The specified offset was incorrect. See the value
2324
+
* for the correct offset. This error may occur when a previous request was
2325
+
* received and processed successfully but the client did not receive the
2326
+
* response, e.g. due to a network error.
2327
+
* @property {('not_found'|'incorrect_offset'|'closed'|'not_closed'|'too_large'|'concurrent_session_invalid_offset'|'concurrent_session_invalid_data_size'|'payload_too_large'|'other'|'content_hash_mismatch')} .tag - Tag identifying the union variant.
2321
2328
*/
2322
2329
2323
2330
/**
@@ -2337,6 +2344,10 @@ only present when needed to discriminate between multiple possible subtypes.
2337
2344
* and the offset.
2338
2345
* @property {FilesCommitInfo} commit - Contains the path and other optional
2339
2346
* modifiers for the commit.
2347
+
* @property {string} [content_hash] - NOT YET SUPPORTED. A hash of the file
2348
+
* content uploaded in this call. If provided and the uploaded content does not
2349
+
* match this hash, an error will be returned. For more information see our
* Available if .tag is properties_error. The supplied property group is
2392
2403
* invalid. The file has uploaded without property groups.
2393
-
* @property {('lookup_failed'|'path'|'properties_error'|'too_many_shared_folder_targets'|'too_many_write_operations'|'concurrent_session_data_not_allowed'|'concurrent_session_not_closed'|'concurrent_session_missing_data'|'payload_too_large'|'other')} .tag - Tag identifying the union variant.
2404
+
* @property {('lookup_failed'|'path'|'properties_error'|'too_many_shared_folder_targets'|'too_many_write_operations'|'concurrent_session_data_not_allowed'|'concurrent_session_not_closed'|'concurrent_session_missing_data'|'payload_too_large'|'content_hash_mismatch'|'other')} .tag - Tag identifying the union variant.
2394
2405
*/
2395
2406
2396
2407
/**
@@ -2417,11 +2428,15 @@ only present when needed to discriminate between multiple possible subtypes.
2417
2428
* the current session.
2418
2429
* @property {FilesUploadSessionType} [session_type] - Type of upload session
2419
2430
* you want to start. If not specified, default is UploadSessionType.sequential.
2431
+
* @property {string} [content_hash] - NOT YET SUPPORTED. A hash of the file
2432
+
* content uploaded in this call. If provided and the uploaded content does not
2433
+
* match this hash, an error will be returned. For more information see our
* @property {('concurrent_session_data_not_allowed'|'concurrent_session_close_not_allowed'|'payload_too_large'|'other')} .tag - Tag identifying the union variant.
2439
+
* @property {('concurrent_session_data_not_allowed'|'concurrent_session_close_not_allowed'|'payload_too_large'|'content_hash_mismatch'|'other')} .tag - Tag identifying the union variant.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "dropbox",
3
-
"version": "10.24.0",
3
+
"version": "10.25.0",
4
4
"registry": "npm",
5
5
"description": "The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.",
0 commit comments