dropbox_api 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/docs/DropboxApi.html +4 -4
- data/docs/DropboxApi/Authenticator.html +3 -3
- data/docs/DropboxApi/ChunkedUploader.html +3 -3
- data/docs/DropboxApi/Client.html +1261 -88
- data/docs/DropboxApi/ConnectionBuilder.html +3 -3
- data/docs/DropboxApi/Endpoints.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +3 -3
- data/docs/DropboxApi/Endpoints/Base.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentDownload.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentUpload.html +3 -3
- data/docs/DropboxApi/Endpoints/Files.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Copy.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +359 -0
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +305 -0
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +377 -0
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +308 -0
- data/docs/DropboxApi/Endpoints/Files/Delete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +305 -0
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +307 -0
- data/docs/DropboxApi/Endpoints/Files/Download.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Move.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Restore.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Search.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Upload.html +4 -4
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Endpoints/Rpc.html +4 -4
- data/docs/DropboxApi/Endpoints/RpcContent.html +3 -3
- data/docs/DropboxApi/Endpoints/RpcNotify.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +4 -4
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +3 -3
- data/docs/DropboxApi/Endpoints/Users.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +3 -3
- data/docs/DropboxApi/Errors.html +5 -5
- data/docs/DropboxApi/Errors/AddFileMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +3 -3
- data/docs/DropboxApi/Errors/AlreadySharedError.html +3 -3
- data/docs/DropboxApi/Errors/BadPathError.html +3 -3
- data/docs/DropboxApi/Errors/BasicError.html +4 -4
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +3 -3
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +3 -3
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ConversionError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFolderBatchError.html +161 -0
- data/docs/DropboxApi/Errors/CreateFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/CursorClosedError.html +3 -3
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +3 -3
- data/docs/DropboxApi/Errors/DeleteError.html +5 -4
- data/docs/DropboxApi/Errors/DisallowedNameError.html +3 -3
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadFailedError.html +3 -3
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +3 -3
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileMemberActionError.html +3 -3
- data/docs/DropboxApi/Errors/FolderConflictError.html +3 -3
- data/docs/DropboxApi/Errors/GetAccountError.html +3 -3
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/GetMetadataError.html +3 -3
- data/docs/DropboxApi/Errors/GroupDeletedError.html +3 -3
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +3 -3
- data/docs/DropboxApi/Errors/HttpError.html +3 -3
- data/docs/DropboxApi/Errors/InProgressError.html +3 -3
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +3 -3
- data/docs/DropboxApi/Errors/InternalError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCommentError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCursorError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidEmailError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidFileError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidMemberError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidPathError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidUrlError.html +3 -3
- data/docs/DropboxApi/Errors/IsAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsFileError.html +3 -3
- data/docs/DropboxApi/Errors/IsFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +3 -3
- data/docs/DropboxApi/Errors/ListRevisionsError.html +3 -3
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +3 -3
- data/docs/DropboxApi/Errors/LookupError.html +3 -3
- data/docs/DropboxApi/Errors/MalformedPathError.html +3 -3
- data/docs/DropboxApi/Errors/NoAccountError.html +3 -3
- data/docs/DropboxApi/Errors/NoPermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NotAMemberError.html +3 -3
- data/docs/DropboxApi/Errors/NotFileError.html +3 -3
- data/docs/DropboxApi/Errors/NotFolderError.html +3 -3
- data/docs/DropboxApi/Errors/NotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/PollError.html +3 -3
- data/docs/DropboxApi/Errors/PreviewError.html +3 -3
- data/docs/DropboxApi/Errors/RateLimitError.html +3 -3
- data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +163 -0
- data/docs/DropboxApi/Errors/RelocationError.html +3 -3
- data/docs/DropboxApi/Errors/RestoreError.html +3 -3
- data/docs/DropboxApi/Errors/RestrictedContentError.html +3 -3
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +3 -3
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/SaveUrlError.html +3 -3
- data/docs/DropboxApi/Errors/SearchError.html +3 -3
- data/docs/DropboxApi/Errors/SettingsError.html +3 -3
- data/docs/DropboxApi/Errors/ShareFolderError.html +3 -3
- data/docs/DropboxApi/Errors/SharePathError.html +3 -3
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharingUserError.html +3 -3
- data/docs/DropboxApi/Errors/TeamFolderError.html +3 -3
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyFilesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyMembersError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +3 -3
- data/docs/DropboxApi/Errors/UnmountedError.html +3 -3
- data/docs/DropboxApi/Errors/UnshareFileError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +3 -3
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +3 -3
- data/docs/DropboxApi/Errors/UploadError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +3 -3
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +3 -3
- data/docs/DropboxApi/Errors/WriteConflictError.html +3 -3
- data/docs/DropboxApi/Errors/WriteError.html +3 -3
- data/docs/DropboxApi/Metadata.html +3 -3
- data/docs/DropboxApi/Metadata/AccessLevel.html +3 -3
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +3 -3
- data/docs/DropboxApi/Metadata/AddMember.html +3 -3
- data/docs/DropboxApi/Metadata/Base.html +3 -3
- data/docs/DropboxApi/Metadata/BasicAccount.html +3 -3
- data/docs/DropboxApi/Metadata/CommitInfo.html +3 -3
- data/docs/DropboxApi/Metadata/Deleted.html +3 -3
- data/docs/DropboxApi/Metadata/Dimensions.html +3 -3
- data/docs/DropboxApi/Metadata/Field.html +3 -3
- data/docs/DropboxApi/Metadata/File.html +3 -3
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FileMemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/FileRequest.html +3 -3
- data/docs/DropboxApi/Metadata/Folder.html +3 -3
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +3 -3
- data/docs/DropboxApi/Metadata/LinkPermissions.html +3 -3
- data/docs/DropboxApi/Metadata/Location.html +3 -3
- data/docs/DropboxApi/Metadata/MediaInfo.html +3 -3
- data/docs/DropboxApi/Metadata/MediaMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Member.html +3 -3
- data/docs/DropboxApi/Metadata/MemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/MemberActionList.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermission.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +3 -3
- data/docs/DropboxApi/Metadata/Name.html +3 -3
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +3 -3
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Resource.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolder.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLink.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceUsage.html +3 -3
- data/docs/DropboxApi/Metadata/Tag.html +3 -3
- data/docs/DropboxApi/Metadata/Team.html +3 -3
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +3 -3
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +3 -3
- data/docs/DropboxApi/Metadata/VideoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/WriteMode.html +3 -3
- data/docs/DropboxApi/MiddleWare.html +3 -3
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +3 -3
- data/docs/DropboxApi/MiddleWare/Stack.html +3 -3
- data/docs/DropboxApi/OptionsValidator.html +4 -4
- data/docs/DropboxApi/ResultBuilder.html +3 -3
- data/docs/DropboxApi/Results.html +5 -5
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +3 -3
- data/docs/DropboxApi/Results/Base.html +4 -4
- data/docs/DropboxApi/Results/BasicAccountBatch.html +3 -3
- data/docs/DropboxApi/Results/CopyBatchResult.html +224 -0
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +241 -0
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +234 -0
- data/docs/DropboxApi/Results/DeleteBatchResult.html +241 -0
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +226 -0
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +3 -3
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderResult.html +3 -3
- data/docs/DropboxApi/Results/ListRevisionsResult.html +3 -3
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +3 -3
- data/docs/DropboxApi/Results/RelocationBatchResult.html +241 -0
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +226 -0
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlResult.html +3 -3
- data/docs/DropboxApi/Results/Search.html +3 -3
- data/docs/DropboxApi/Results/Search/Match.html +3 -3
- data/docs/DropboxApi/Results/SearchResult.html +3 -3
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +3 -3
- data/docs/DropboxApi/Results/SharedFileMembers.html +3 -3
- data/docs/DropboxApi/Results/SharedFolderMembers.html +3 -3
- data/docs/DropboxApi/Results/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Results/VoidResult.html +3 -3
- data/docs/DropboxScaffoldBuilder.html +105 -50
- data/docs/_index.html +123 -18
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/file.api_coverage.html +10 -10
- data/docs/file.rails_setup.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/js/app.js +11 -0
- data/docs/method_list.html +417 -257
- data/docs/top-level-namespace.html +3 -3
- data/dropbox_api.gemspec +1 -1
- data/lib/dropbox_api/version.rb +1 -1
- metadata +20 -11
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderContinue
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -288,9 +288,9 @@ list_folder or list_folder_continue.</p>
|
|
|
288
288
|
</div>
|
|
289
289
|
|
|
290
290
|
<div id="footer">
|
|
291
|
-
Generated on
|
|
291
|
+
Generated on Fri May 31 17:53:36 2019 by
|
|
292
292
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
293
|
-
0.9.
|
|
293
|
+
0.9.19 (ruby-2.6.2).
|
|
294
294
|
</div>
|
|
295
295
|
|
|
296
296
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderGetLatestCursor
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -361,9 +361,9 @@ returned. The default for this field is <code>false</code>.</p>
|
|
|
361
361
|
</div>
|
|
362
362
|
|
|
363
363
|
<div id="footer">
|
|
364
|
-
Generated on
|
|
364
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
365
365
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
366
|
-
0.9.
|
|
366
|
+
0.9.19 (ruby-2.6.2).
|
|
367
367
|
</div>
|
|
368
368
|
|
|
369
369
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderLongpoll
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -350,9 +350,9 @@ support long timeouts. The default for this field is 30.</p>
|
|
|
350
350
|
</div>
|
|
351
351
|
|
|
352
352
|
<div id="footer">
|
|
353
|
-
Generated on
|
|
353
|
+
Generated on Fri May 31 17:53:36 2019 by
|
|
354
354
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
355
|
-
0.9.
|
|
355
|
+
0.9.19 (ruby-2.6.2).
|
|
356
356
|
</div>
|
|
357
357
|
|
|
358
358
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListRevisions
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -328,9 +328,9 @@ returned. The default for this field is 10.</p>
|
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
330
|
<div id="footer">
|
|
331
|
-
Generated on
|
|
331
|
+
Generated on Fri May 31 17:53:35 2019 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
|
-
0.9.
|
|
333
|
+
0.9.19 (ruby-2.6.2).
|
|
334
334
|
</div>
|
|
335
335
|
|
|
336
336
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Move
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -354,9 +354,9 @@ default for this field is <code>false</code>.</p>
|
|
|
354
354
|
</div>
|
|
355
355
|
|
|
356
356
|
<div id="footer">
|
|
357
|
-
Generated on
|
|
357
|
+
Generated on Fri May 31 17:53:33 2019 by
|
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
359
|
-
0.9.
|
|
359
|
+
0.9.19 (ruby-2.6.2).
|
|
360
360
|
</div>
|
|
361
361
|
|
|
362
362
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::PermanentlyDelete
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -327,9 +327,9 @@ deleting a folder.</p>
|
|
|
327
327
|
</div>
|
|
328
328
|
|
|
329
329
|
<div id="footer">
|
|
330
|
-
Generated on
|
|
330
|
+
Generated on Fri May 31 17:53:36 2019 by
|
|
331
331
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
332
|
-
0.9.
|
|
332
|
+
0.9.19 (ruby-2.6.2).
|
|
333
333
|
</div>
|
|
334
334
|
|
|
335
335
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Restore
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -295,9 +295,9 @@
|
|
|
295
295
|
</div>
|
|
296
296
|
|
|
297
297
|
<div id="footer">
|
|
298
|
-
Generated on
|
|
298
|
+
Generated on Fri May 31 17:53:34 2019 by
|
|
299
299
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
300
|
-
0.9.
|
|
300
|
+
0.9.19 (ruby-2.6.2).
|
|
301
301
|
</div>
|
|
302
302
|
|
|
303
303
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::SaveUrl
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -314,9 +314,9 @@ myfile (1).txt).</p>
|
|
|
314
314
|
</div>
|
|
315
315
|
|
|
316
316
|
<div id="footer">
|
|
317
|
-
Generated on
|
|
317
|
+
Generated on Fri May 31 17:53:34 2019 by
|
|
318
318
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
319
|
-
0.9.
|
|
319
|
+
0.9.19 (ruby-2.6.2).
|
|
320
320
|
</div>
|
|
321
321
|
|
|
322
322
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -296,9 +296,9 @@ a response returned from the method that launched the job.</p>
|
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
298
|
<div id="footer">
|
|
299
|
-
Generated on
|
|
299
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
301
|
-
0.9.
|
|
301
|
+
0.9.19 (ruby-2.6.2).
|
|
302
302
|
</div>
|
|
303
303
|
|
|
304
304
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Search
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -389,9 +389,9 @@ available for Dropbox Business accounts. The default is filename.</p>
|
|
|
389
389
|
</div>
|
|
390
390
|
|
|
391
391
|
<div id="footer">
|
|
392
|
-
Generated on
|
|
392
|
+
Generated on Fri May 31 17:53:34 2019 by
|
|
393
393
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
394
|
-
0.9.
|
|
394
|
+
0.9.19 (ruby-2.6.2).
|
|
395
395
|
</div>
|
|
396
396
|
|
|
397
397
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Upload
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
|
|
241
241
|
<p>Do not use this to upload a file larger than 150 MB.</p>
|
|
242
242
|
|
|
243
|
-
<p>For larger files you can use #upload_by_chunks
|
|
243
|
+
<p>For larger files you can use <span class='object_link'><a href="../../Client.html#upload_by_chunks-instance_method" title="DropboxApi::Client#upload_by_chunks (method)">Client#upload_by_chunks</a></span>.</p>
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
</div>
|
|
@@ -429,9 +429,9 @@ this field is <code>false</code>.</p>
|
|
|
429
429
|
</div>
|
|
430
430
|
|
|
431
431
|
<div id="footer">
|
|
432
|
-
Generated on
|
|
432
|
+
Generated on Fri May 31 17:53:34 2019 by
|
|
433
433
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
434
|
-
0.9.
|
|
434
|
+
0.9.19 (ruby-2.6.2).
|
|
435
435
|
</div>
|
|
436
436
|
|
|
437
437
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::UploadSessionAppendV2
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -367,9 +367,9 @@ The default for this field is <code>false</code>.</p>
|
|
|
367
367
|
</div>
|
|
368
368
|
|
|
369
369
|
<div id="footer">
|
|
370
|
-
Generated on
|
|
370
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
371
371
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
372
|
-
0.9.
|
|
372
|
+
0.9.19 (ruby-2.6.2).
|
|
373
373
|
</div>
|
|
374
374
|
|
|
375
375
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::UploadSessionFinish
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -318,9 +318,9 @@ other optional modifiers for the commit.</p>
|
|
|
318
318
|
</div>
|
|
319
319
|
|
|
320
320
|
<div id="footer">
|
|
321
|
-
Generated on
|
|
321
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
322
322
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
323
|
-
0.9.
|
|
323
|
+
0.9.19 (ruby-2.6.2).
|
|
324
324
|
</div>
|
|
325
325
|
|
|
326
326
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::UploadSessionStart
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -340,9 +340,9 @@ that you can use to continue the upload afterwards.</p>
|
|
|
340
340
|
</div>
|
|
341
341
|
|
|
342
342
|
<div id="footer">
|
|
343
|
-
Generated on
|
|
343
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
344
344
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
345
|
-
0.9.
|
|
345
|
+
0.9.19 (ruby-2.6.2).
|
|
346
346
|
</div>
|
|
347
347
|
|
|
348
348
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Rpc
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div id="subclasses">
|
|
105
105
|
<h2>Direct Known Subclasses</h2>
|
|
106
|
-
<p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
|
|
106
|
+
<p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">Files::CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">Files::CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">Files::CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">Files::CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">Files::DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">Files::DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -343,9 +343,9 @@
|
|
|
343
343
|
</div>
|
|
344
344
|
|
|
345
345
|
<div id="footer">
|
|
346
|
-
Generated on
|
|
346
|
+
Generated on Fri May 31 17:53:32 2019 by
|
|
347
347
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
348
|
-
0.9.
|
|
348
|
+
0.9.19 (ruby-2.6.2).
|
|
349
349
|
</div>
|
|
350
350
|
|
|
351
351
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::RpcContent
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -226,9 +226,9 @@
|
|
|
226
226
|
</div>
|
|
227
227
|
|
|
228
228
|
<div id="footer">
|
|
229
|
-
Generated on
|
|
229
|
+
Generated on Fri May 31 17:53:33 2019 by
|
|
230
230
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
231
|
-
0.9.
|
|
231
|
+
0.9.19 (ruby-2.6.2).
|
|
232
232
|
</div>
|
|
233
233
|
|
|
234
234
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::RpcNotify
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
233
|
+
Generated on Fri May 31 17:53:33 2019 by
|
|
234
234
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
|
-
0.9.
|
|
235
|
+
0.9.19 (ruby-2.6.2).
|
|
236
236
|
</div>
|
|
237
237
|
|
|
238
238
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: DropboxApi::Endpoints::Sharing
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Fri May 31 17:53:31 2019 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.
|
|
112
|
+
0.9.19 (ruby-2.6.2).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Sharing::AddFileMember
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -405,9 +405,9 @@ display to added members in their invitation. This field is optional.</p>
|
|
|
405
405
|
</div>
|
|
406
406
|
|
|
407
407
|
<div id="footer">
|
|
408
|
-
Generated on
|
|
408
|
+
Generated on Fri May 31 17:53:36 2019 by
|
|
409
409
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
410
|
-
0.9.
|
|
410
|
+
0.9.19 (ruby-2.6.2).
|
|
411
411
|
</div>
|
|
412
412
|
|
|
413
413
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Sharing::AddFolderMember
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -390,9 +390,9 @@ added members in their invitation. This field is optional.</p>
|
|
|
390
390
|
</div>
|
|
391
391
|
|
|
392
392
|
<div id="footer">
|
|
393
|
-
Generated on
|
|
393
|
+
Generated on Fri May 31 17:53:36 2019 by
|
|
394
394
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
395
|
-
0.9.
|
|
395
|
+
0.9.19 (ruby-2.6.2).
|
|
396
396
|
</div>
|
|
397
397
|
|
|
398
398
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -390,7 +390,7 @@ the link won't expire. This field is optional.</p>
|
|
|
390
390
|
|
|
391
391
|
<span class='id identifier rubyid_perform_request'>perform_request</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
392
392
|
<span class='symbol'>:path</span> <span class='op'>=></span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span>
|
|
393
|
-
<span class='symbol'>:settings</span
|
|
393
|
+
<span class='symbol'>:settings</span> <span class='op'>=></span> <span class='id identifier rubyid_settings'>settings</span>
|
|
394
394
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
395
395
|
<span class='kw'>end</span></pre>
|
|
396
396
|
</td>
|
|
@@ -403,9 +403,9 @@ the link won't expire. This field is optional.</p>
|
|
|
403
403
|
</div>
|
|
404
404
|
|
|
405
405
|
<div id="footer">
|
|
406
|
-
Generated on
|
|
406
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
407
407
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
408
|
-
0.9.
|
|
408
|
+
0.9.19 (ruby-2.6.2).
|
|
409
409
|
</div>
|
|
410
410
|
|
|
411
411
|
</div>
|