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 @@ -155,7 +155,8 @@ public AlphaUploadBuilder withStrictConflict(Boolean strictConflict) {
*
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4103,10 +4103,11 @@ public UploadSessionAppendBatchUploader uploadSessionAppendBatch(List<UploadSess
* @param entries Append information for each file in the batch. Must
* 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.
* If provided and the uploaded content does not match this hash, an
* error will be returned. For more information see our <a
* @param contentHash A single hash of all the concatenated file contents
* uploaded in this call. If provided and the uploaded content does not
* match this hash, an error will be returned. Optional, but recommended
* to avoid committing data corrupted in transit. For more information
* see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down Expand Up @@ -4196,7 +4197,8 @@ public UploadSessionFinishUploader uploadSessionFinish(UploadSessionCursor curso
* commit. Must not be {@code null}.
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class UploadArg extends CommitInfo {
* the target path refers to a file with identical contents.
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down Expand Up @@ -187,8 +188,9 @@ public boolean getStrictConflict() {

/**
* A hash of the file content uploaded in this call. If provided and the
* uploaded content does not match this hash, an error will be returned. For
* more information see our <a
* uploaded content does not match this hash, an error will be returned.
* Optional, but recommended to avoid committing data corrupted in transit.
* For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page.
*
Expand Down Expand Up @@ -233,7 +235,9 @@ protected Builder(String path) {
*
* @param contentHash A hash of the file content uploaded in this call.
* If provided and the uploaded content does not match this hash, an
* error will be returned. For more information see our <a
* error will be returned. Optional, but recommended to avoid
* committing data corrupted in transit. For more information see
* our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of
* at most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ public UploadBuilder withStrictConflict(Boolean strictConflict) {
*
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class UploadSessionAppendArg {
* anymore with the current session.
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down Expand Up @@ -105,8 +106,9 @@ public boolean getClose() {

/**
* A hash of the file content uploaded in this call. If provided and the
* uploaded content does not match this hash, an error will be returned. For
* more information see our <a
* uploaded content does not match this hash, an error will be returned.
* Optional, but recommended to avoid committing data corrupted in transit.
* For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page.
*
Expand Down Expand Up @@ -179,7 +181,9 @@ public Builder withClose(Boolean close) {
*
* @param contentHash A hash of the file content uploaded in this call.
* If provided and the uploaded content does not match this hash, an
* error will be returned. For more information see our <a
* error will be returned. Optional, but recommended to avoid
* committing data corrupted in transit. For more information see
* our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of
* at most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public UploadSessionAppendV2Builder withClose(Boolean close) {
*
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class UploadSessionFinishArg {
* commit. Must not be {@code null}.
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down Expand Up @@ -104,8 +105,9 @@ public CommitInfo getCommit() {

/**
* A hash of the file content uploaded in this call. If provided and the
* uploaded content does not match this hash, an error will be returned. For
* more information see our <a
* uploaded content does not match this hash, an error will be returned.
* Optional, but recommended to avoid committing data corrupted in transit.
* For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class UploadSessionStartArg {
* specified, default is {@link UploadSessionType#SEQUENTIAL}.
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down Expand Up @@ -97,8 +98,9 @@ public UploadSessionType getSessionType() {

/**
* A hash of the file content uploaded in this call. If provided and the
* uploaded content does not match this hash, an error will be returned. For
* more information see our <a
* uploaded content does not match this hash, an error will be returned.
* Optional, but recommended to avoid committing data corrupted in transit.
* For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page.
*
Expand Down Expand Up @@ -175,7 +177,9 @@ public Builder withSessionType(UploadSessionType sessionType) {
*
* @param contentHash A hash of the file content uploaded in this call.
* If provided and the uploaded content does not match this hash, an
* error will be returned. For more information see our <a
* error will be returned. Optional, but recommended to avoid
* committing data corrupted in transit. For more information see
* our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of
* at most 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public UploadSessionStartBuilder withSessionType(UploadSessionType sessionType)
*
* @param contentHash A hash of the file content uploaded in this call. If
* provided and the uploaded content does not match this hash, an error
* will be returned. For more information see our <a
* will be returned. Optional, but recommended to avoid committing data
* corrupted in transit. For more information see our <a
* href="https://www.dropbox.com/developers/reference/content-hash">Content
* hash</a> page. Must have length of at least 64 and have length of at
* most 64.
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/stone
Submodule stone updated 1 files
+19 −15 files.stone
Loading