From 72591342a71879b66e71600ec4f2d71ac672e460 Mon Sep 17 00:00:00 2001 From: "dropbox-sdk-updater[bot]" <306210582+dropbox-sdk-updater[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:24:10 +0000 Subject: [PATCH] Automated Spec Update e733a5105a817d9a93e5c0f16f39d467d3e2072c Automated update of the API specification Co-authored-by: dropbox-spec-updater[bot] <306253022+dropbox-spec-updater[bot]@users.noreply.github.com> --- .../dropbox/core/v2/files/AlphaUploadBuilder.java | 3 ++- .../dropbox/core/v2/files/DbxUserFilesRequests.java | 12 +++++++----- .../src/com/dropbox/core/v2/files/UploadArg.java | 12 ++++++++---- .../src/com/dropbox/core/v2/files/UploadBuilder.java | 3 ++- .../core/v2/files/UploadSessionAppendArg.java | 12 ++++++++---- .../core/v2/files/UploadSessionAppendV2Builder.java | 3 ++- .../core/v2/files/UploadSessionFinishArg.java | 8 +++++--- .../dropbox/core/v2/files/UploadSessionStartArg.java | 12 ++++++++---- .../core/v2/files/UploadSessionStartBuilder.java | 3 ++- core/src/main/stone | 2 +- 10 files changed, 45 insertions(+), 25 deletions(-) diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaUploadBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaUploadBuilder.java index c0fd869a0d..d7f0bf393f 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaUploadBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/AlphaUploadBuilder.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java index 764bad73f0..a183dcd56d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java @@ -4103,10 +4103,11 @@ public UploadSessionAppendBatchUploader uploadSessionAppendBatch(ListContent * hash page. Must have length of at least 64 and have length of at * most 64. @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java index 9b07e72dea..517cf1f276 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadArg.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. @@ -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 Content * hash page. * @@ -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 Content * hash page. Must have length of at least 64 and have length of * at most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadBuilder.java index 976ce921de..aec500bba0 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadBuilder.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java index d2e507fb9b..9beaf28fb9 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendArg.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. @@ -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 Content * hash page. * @@ -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 Content * hash page. Must have length of at least 64 and have length of * at most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendV2Builder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendV2Builder.java index 9cd676f220..e7a913ca8d 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendV2Builder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionAppendV2Builder.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java index 936041075c..b96072cf90 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionFinishArg.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. @@ -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 Content * hash page. * diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java index 20fcc0195e..7d652b0f2e 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartArg.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. @@ -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 Content * hash page. * @@ -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 Content * hash page. Must have length of at least 64 and have length of * at most 64. diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBuilder.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBuilder.java index 1b33da5509..e117e26871 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBuilder.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/UploadSessionStartBuilder.java @@ -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 Content * hash page. Must have length of at least 64 and have length of at * most 64. diff --git a/core/src/main/stone b/core/src/main/stone index 6d985dfaf9..e733a5105a 160000 --- a/core/src/main/stone +++ b/core/src/main/stone @@ -1 +1 @@ -Subproject commit 6d985dfaf901f1a909aa5e268bcfa524b0b7966e +Subproject commit e733a5105a817d9a93e5c0f16f39d467d3e2072c