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
Original file line number Diff line number Diff line change
Expand Up @@ -4073,7 +4073,7 @@ UploadSessionAppendBatchUploader uploadSessionAppendBatch(UploadSessionAppendBat
* https://www.dropbox.com/developers/reference/data-transport-limit.
*
* @param entries Append information for each file in the batch. Must
* contain at most 1000 items, not contain a {@code null} item, and not
* contain at most 500 items, not contain a {@code null} item, and not
* be {@code null}.
*
* @return Uploader used to upload the request body and finish request.
Expand Down Expand Up @@ -4101,7 +4101,7 @@ public UploadSessionAppendBatchUploader uploadSessionAppendBatch(List<UploadSess
* https://www.dropbox.com/developers/reference/data-transport-limit.
*
* @param entries Append information for each file in the batch. Must
* contain at most 1000 items, not contain a {@code null} item, and not
* contain at most 500 items, not contain a {@code null} item, and not
* be {@code null}.
* @param contentHash A hash of the entire request body which is all the
* concatenated pieces of file content that were uploaded in this call.
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/stone
Submodule stone updated 1 files
+1 −1 files.stone
Loading