dropbox_api 0.1.19 → 0.1.20
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/README.md +113 -22
- data/docs/DropboxApi/Authenticator.html +12 -12
- data/docs/DropboxApi/ChunkedUploader.html +20 -20
- data/docs/DropboxApi/Client.html +1673 -906
- data/docs/DropboxApi/ConnectionBuilder.html +16 -16
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +10 -10
- data/docs/DropboxApi/Endpoints/Auth.html +6 -6
- data/docs/DropboxApi/Endpoints/Base.html +9 -9
- data/docs/DropboxApi/Endpoints/ContentDownload.html +19 -19
- data/docs/DropboxApi/Endpoints/ContentUpload.html +17 -17
- data/docs/DropboxApi/Endpoints/Files/Copy.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Delete.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Download.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +10 -10
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Move.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Restore.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Search.html +48 -96
- data/docs/DropboxApi/Endpoints/Files/Upload.html +10 -10
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +12 -12
- data/docs/DropboxApi/Endpoints/Files.html +6 -6
- data/docs/DropboxApi/Endpoints/Rpc.html +17 -17
- data/docs/DropboxApi/Endpoints/RpcContent.html +11 -11
- data/docs/DropboxApi/Endpoints/RpcNotify.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +10 -10
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing.html +6 -6
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +11 -11
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +10 -10
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +10 -10
- data/docs/DropboxApi/Endpoints/Users.html +6 -6
- data/docs/DropboxApi/Endpoints.html +6 -6
- data/docs/DropboxApi/Errors/AddFileMemberError.html +10 -10
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +16 -16
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +11 -11
- data/docs/DropboxApi/Errors/AlreadySharedError.html +9 -9
- data/docs/DropboxApi/Errors/BadPathError.html +6 -6
- data/docs/DropboxApi/Errors/BasicError.html +17 -17
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +6 -6
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +6 -6
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/ConversionError.html +6 -6
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +6 -6
- data/docs/DropboxApi/Errors/CreateFolderBatchError.html +7 -7
- data/docs/DropboxApi/Errors/CreateFolderError.html +7 -7
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +11 -11
- data/docs/DropboxApi/Errors/CursorClosedError.html +6 -6
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +6 -6
- data/docs/DropboxApi/Errors/DeleteError.html +9 -9
- data/docs/DropboxApi/Errors/DisallowedNameError.html +6 -6
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +6 -6
- data/docs/DropboxApi/Errors/DownloadError.html +7 -7
- data/docs/DropboxApi/Errors/DownloadFailedError.html +6 -6
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +6 -6
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +6 -6
- data/docs/DropboxApi/Errors/FileConflictError.html +6 -6
- data/docs/DropboxApi/Errors/FileMemberActionError.html +10 -10
- data/docs/DropboxApi/Errors/FolderConflictError.html +6 -6
- data/docs/DropboxApi/Errors/GetAccountError.html +7 -7
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +7 -7
- data/docs/DropboxApi/Errors/GetMetadataError.html +7 -7
- data/docs/DropboxApi/Errors/GroupDeletedError.html +6 -6
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +6 -6
- data/docs/DropboxApi/Errors/HttpError.html +6 -6
- data/docs/DropboxApi/Errors/InProgressError.html +6 -6
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +6 -6
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +6 -6
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +6 -6
- data/docs/DropboxApi/Errors/InternalError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCommentError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCursorError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidEmailError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidFileError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidIdError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidMemberError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidPathError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidUrlError.html +6 -6
- data/docs/DropboxApi/Errors/IsAppFolderError.html +6 -6
- data/docs/DropboxApi/Errors/IsFileError.html +6 -6
- data/docs/DropboxApi/Errors/IsFolderError.html +6 -6
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +6 -6
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +6 -6
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +8 -8
- data/docs/DropboxApi/Errors/ListFolderError.html +7 -7
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +7 -7
- data/docs/DropboxApi/Errors/ListRevisionsError.html +7 -7
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +8 -8
- data/docs/DropboxApi/Errors/LookupError.html +11 -11
- data/docs/DropboxApi/Errors/MalformedPathError.html +6 -6
- data/docs/DropboxApi/Errors/NoAccountError.html +6 -6
- data/docs/DropboxApi/Errors/NoPermissionError.html +6 -6
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +6 -6
- data/docs/DropboxApi/Errors/NotAMemberError.html +6 -6
- data/docs/DropboxApi/Errors/NotFileError.html +6 -6
- data/docs/DropboxApi/Errors/NotFolderError.html +6 -6
- data/docs/DropboxApi/Errors/NotFoundError.html +6 -6
- data/docs/DropboxApi/Errors/PollError.html +8 -8
- data/docs/DropboxApi/Errors/PreviewError.html +10 -10
- data/docs/DropboxApi/Errors/RateLimitError.html +6 -6
- data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +9 -9
- data/docs/DropboxApi/Errors/RelocationError.html +13 -13
- data/docs/DropboxApi/Errors/RestoreError.html +9 -9
- data/docs/DropboxApi/Errors/RestrictedContentError.html +6 -6
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +10 -10
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +11 -11
- data/docs/DropboxApi/Errors/SaveUrlError.html +10 -10
- data/docs/DropboxApi/Errors/SearchError.html +7 -7
- data/docs/DropboxApi/Errors/SettingsError.html +8 -8
- data/docs/DropboxApi/Errors/ShareFolderError.html +11 -11
- data/docs/DropboxApi/Errors/SharePathError.html +17 -17
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +10 -10
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkError.html +9 -9
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +6 -6
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +11 -11
- data/docs/DropboxApi/Errors/SharingUserError.html +7 -7
- data/docs/DropboxApi/Errors/TeamFolderError.html +6 -6
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +6 -6
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +7 -7
- data/docs/DropboxApi/Errors/ThumbnailError.html +10 -10
- data/docs/DropboxApi/Errors/TooManyFilesError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyMembersError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +15 -15
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +6 -6
- data/docs/DropboxApi/Errors/UnmountedError.html +6 -6
- data/docs/DropboxApi/Errors/UnshareFileError.html +8 -8
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +6 -6
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +6 -6
- data/docs/DropboxApi/Errors/UploadError.html +7 -7
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +9 -9
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +10 -10
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +10 -10
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +7 -7
- data/docs/DropboxApi/Errors/WriteConflictError.html +9 -9
- data/docs/DropboxApi/Errors/WriteError.html +11 -11
- data/docs/DropboxApi/Errors.html +6 -6
- data/docs/DropboxApi/Metadata/AccessLevel.html +9 -9
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +6 -6
- data/docs/DropboxApi/Metadata/AddMember.html +11 -11
- data/docs/DropboxApi/Metadata/Base.html +24 -24
- data/docs/DropboxApi/Metadata/BasicAccount.html +6 -6
- data/docs/DropboxApi/Metadata/CommitInfo.html +9 -9
- data/docs/DropboxApi/Metadata/Deleted.html +6 -6
- data/docs/DropboxApi/Metadata/Dimensions.html +6 -6
- data/docs/DropboxApi/Metadata/Field.html +24 -20
- data/docs/DropboxApi/Metadata/File.html +10 -10
- data/docs/DropboxApi/Metadata/FileCategoriesList.html +205 -0
- data/docs/DropboxApi/Metadata/FileCategory.html +250 -0
- data/docs/DropboxApi/Metadata/FileExtensionsList.html +213 -0
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/FileMemberAction.html +10 -10
- data/docs/DropboxApi/Metadata/FileRequest.html +6 -6
- data/docs/DropboxApi/Metadata/FileStatus.html +242 -0
- data/docs/DropboxApi/Metadata/Folder.html +10 -10
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +6 -6
- data/docs/DropboxApi/Metadata/LinkPermissions.html +6 -6
- data/docs/DropboxApi/Metadata/Location.html +6 -6
- data/docs/DropboxApi/Metadata/MediaInfo.html +9 -9
- data/docs/DropboxApi/Metadata/MediaMetadata.html +9 -9
- data/docs/DropboxApi/Metadata/Member.html +13 -13
- data/docs/DropboxApi/Metadata/MemberAction.html +9 -9
- data/docs/DropboxApi/Metadata/MemberActionList.html +9 -9
- data/docs/DropboxApi/Metadata/MemberPermission.html +6 -6
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +10 -10
- data/docs/DropboxApi/Metadata/MetadataV2.html +140 -0
- data/docs/DropboxApi/Metadata/Name.html +6 -6
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +6 -6
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/Resource.html +10 -10
- data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +140 -0
- data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +244 -0
- data/docs/DropboxApi/Metadata/SearchMatchV2.html +216 -0
- data/docs/DropboxApi/Metadata/SearchOptions.html +140 -0
- data/docs/DropboxApi/Metadata/SearchOrderBy.html +242 -0
- data/docs/DropboxApi/Metadata/SharedFolder.html +6 -6
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +6 -6
- data/docs/DropboxApi/Metadata/SharedLink.html +18 -18
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +10 -10
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +6 -6
- data/docs/DropboxApi/Metadata/SpaceUsage.html +6 -6
- data/docs/DropboxApi/Metadata/Tag.html +14 -14
- data/docs/DropboxApi/Metadata/Team.html +6 -6
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +6 -6
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +6 -6
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +11 -11
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +9 -9
- data/docs/DropboxApi/Metadata/VideoMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/WriteMode.html +21 -21
- data/docs/DropboxApi/Metadata.html +8 -8
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +13 -13
- data/docs/DropboxApi/MiddleWare/Stack.html +22 -22
- data/docs/DropboxApi/MiddleWare.html +6 -6
- data/docs/DropboxApi/OptionsValidator.html +9 -9
- data/docs/DropboxApi/ResultBuilder.html +30 -30
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +10 -10
- data/docs/DropboxApi/Results/Base.html +11 -11
- data/docs/DropboxApi/Results/BasicAccountBatch.html +10 -10
- data/docs/DropboxApi/Results/CopyBatchResult.html +10 -10
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +13 -13
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/DeleteBatchResult.html +13 -13
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +18 -18
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +14 -14
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +10 -10
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +10 -10
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +14 -14
- data/docs/DropboxApi/Results/ListFolderResult.html +18 -18
- data/docs/DropboxApi/Results/ListRevisionsResult.html +14 -14
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +18 -18
- data/docs/DropboxApi/Results/RelocationBatchResult.html +13 -13
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +10 -10
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +15 -15
- data/docs/DropboxApi/Results/SaveUrlResult.html +10 -10
- data/docs/DropboxApi/Results/Search/Match.html +18 -18
- data/docs/DropboxApi/Results/Search.html +6 -6
- data/docs/DropboxApi/Results/SearchV2Result.html +368 -0
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +12 -12
- data/docs/DropboxApi/Results/SharedFileMembers.html +22 -22
- data/docs/DropboxApi/Results/SharedFolderMembers.html +22 -22
- data/docs/DropboxApi/Results/UploadSessionStart.html +10 -10
- data/docs/DropboxApi/Results/VoidResult.html +6 -6
- data/docs/DropboxApi/Results.html +8 -8
- data/docs/DropboxApi.html +7 -7
- data/docs/DropboxScaffoldBuilder.html +220 -108
- data/docs/_index.html +86 -16
- data/docs/class_list.html +3 -3
- data/docs/css/common.css +3 -0
- data/docs/css/style.css +3 -2
- data/docs/file.README.html +28 -23
- data/docs/file.api_coverage.html +14 -14
- data/docs/file.rails_setup.html +10 -10
- data/docs/file_list.html +2 -2
- data/docs/frames.html +2 -2
- data/docs/index.html +28 -23
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +338 -266
- data/docs/top-level-namespace.html +6 -6
- data/lib/dropbox_api/authenticator.rb +2 -6
- data/lib/dropbox_api/client.rb +23 -2
- data/lib/dropbox_api/connection_builder.rb +38 -4
- data/lib/dropbox_api/endpoints/base.rb +24 -1
- data/lib/dropbox_api/endpoints/content_download.rb +2 -2
- data/lib/dropbox_api/endpoints/content_upload.rb +2 -2
- data/lib/dropbox_api/endpoints/files/search_continue.rb +23 -0
- data/lib/dropbox_api/endpoints/rpc.rb +2 -2
- data/lib/dropbox_api/endpoints/rpc_content.rb +2 -2
- data/lib/dropbox_api/endpoints/rpc_notify.rb +2 -2
- data/lib/dropbox_api/errors/expired_access_token_error.rb +5 -0
- data/lib/dropbox_api/metadata/basic_account.rb +7 -1
- data/lib/dropbox_api/metadata/namespace_id.rb +10 -0
- data/lib/dropbox_api/metadata/root_info.rb +32 -0
- data/lib/dropbox_api/metadata/team_root_info.rb +8 -0
- data/lib/dropbox_api/metadata/user_root_info.rb +7 -0
- data/lib/dropbox_api/middleware/path_root.rb +35 -0
- data/lib/dropbox_api/results/search_v2_result.rb +2 -3
- data/lib/dropbox_api/version.rb +1 -1
- data/lib/dropbox_api.rb +10 -3
- metadata +21 -3
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderContinue
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::ListFolderContinue";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
<dt id="Path-constant" class="">Path =
|
|
133
133
|
|
|
134
134
|
</dt>
|
|
135
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
135
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/list_folder/continue</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
136
136
|
|
|
137
137
|
<dt id="ResultType-constant" class="">ResultType =
|
|
138
138
|
|
|
@@ -268,15 +268,15 @@ list_folder or list_folder_continue.</p>
|
|
|
268
268
|
<pre class="lines">
|
|
269
269
|
|
|
270
270
|
|
|
271
|
-
16
|
|
272
271
|
17
|
|
273
|
-
18
|
|
272
|
+
18
|
|
273
|
+
19</pre>
|
|
274
274
|
</td>
|
|
275
275
|
<td>
|
|
276
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_continue.rb', line
|
|
276
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_continue.rb', line 17</span>
|
|
277
277
|
|
|
278
278
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:list_folder_continue</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_cursor'>cursor</span><span class='op'>|</span>
|
|
279
|
-
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='
|
|
279
|
+
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='label'>cursor:</span> <span class='id identifier rubyid_cursor'>cursor</span>
|
|
280
280
|
<span class='kw'>end</span></pre>
|
|
281
281
|
</td>
|
|
282
282
|
</tr>
|
|
@@ -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 Sun Feb 7 11:51:58 2021 by
|
|
292
292
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
293
|
-
0.9.
|
|
293
|
+
0.9.26 (ruby-2.5.1).
|
|
294
294
|
</div>
|
|
295
295
|
|
|
296
296
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderGetLatestCursor
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::ListFolderGetLatestCursor";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<dt id="Path-constant" class="">Path =
|
|
126
126
|
|
|
127
127
|
</dt>
|
|
128
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
128
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/list_folder/get_latest_cursor</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
129
129
|
|
|
130
130
|
<dt id="ResultType-constant" class="">ResultType =
|
|
131
131
|
|
|
@@ -319,7 +319,6 @@ returned. The default for this field is <code>false</code>.</p>
|
|
|
319
319
|
<pre class="lines">
|
|
320
320
|
|
|
321
321
|
|
|
322
|
-
27
|
|
323
322
|
28
|
|
324
323
|
29
|
|
325
324
|
30
|
|
@@ -332,10 +331,11 @@ returned. The default for this field is <code>false</code>.</p>
|
|
|
332
331
|
37
|
|
333
332
|
38
|
|
334
333
|
39
|
|
335
|
-
40
|
|
334
|
+
40
|
|
335
|
+
41</pre>
|
|
336
336
|
</td>
|
|
337
337
|
<td>
|
|
338
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb', line
|
|
338
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb', line 28</span>
|
|
339
339
|
|
|
340
340
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:list_folder_get_latest_cursor</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='op'>|</span>
|
|
341
341
|
<span class='id identifier rubyid_validate_options'>validate_options</span><span class='lparen'>(</span><span class='lbracket'>[</span>
|
|
@@ -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 Sun Feb 7 11:51:59 2021 by
|
|
365
365
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
366
|
-
0.9.
|
|
366
|
+
0.9.26 (ruby-2.5.1).
|
|
367
367
|
</div>
|
|
368
368
|
|
|
369
369
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListFolderLongpoll
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::ListFolderLongpoll";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<dt id="Path-constant" class="">Path =
|
|
128
128
|
|
|
129
129
|
</dt>
|
|
130
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
130
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/list_folder/longpoll</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
131
131
|
|
|
132
132
|
<dt id="ResultType-constant" class="">ResultType =
|
|
133
133
|
|
|
@@ -316,7 +316,6 @@ support long timeouts. The default for this field is 30.</p>
|
|
|
316
316
|
<pre class="lines">
|
|
317
317
|
|
|
318
318
|
|
|
319
|
-
24
|
|
320
319
|
25
|
|
321
320
|
26
|
|
322
321
|
27
|
|
@@ -325,10 +324,11 @@ support long timeouts. The default for this field is 30.</p>
|
|
|
325
324
|
30
|
|
326
325
|
31
|
|
327
326
|
32
|
|
328
|
-
33
|
|
327
|
+
33
|
|
328
|
+
34</pre>
|
|
329
329
|
</td>
|
|
330
330
|
<td>
|
|
331
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_longpoll.rb', line
|
|
331
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_folder_longpoll.rb', line 25</span>
|
|
332
332
|
|
|
333
333
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:list_folder_longpoll</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_cursor'>cursor</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='op'>|</span>
|
|
334
334
|
<span class='id identifier rubyid_validate_options'>validate_options</span><span class='lparen'>(</span><span class='lbracket'>[</span>
|
|
@@ -337,7 +337,7 @@ support long timeouts. The default for this field is 30.</p>
|
|
|
337
337
|
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:timeout</span><span class='rbracket'>]</span> <span class='op'>||=</span> <span class='int'>30</span>
|
|
338
338
|
|
|
339
339
|
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
340
|
-
<span class='
|
|
340
|
+
<span class='label'>cursor:</span> <span class='id identifier rubyid_cursor'>cursor</span>
|
|
341
341
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
342
342
|
<span class='kw'>end</span></pre>
|
|
343
343
|
</td>
|
|
@@ -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 Sun Feb 7 11:51:58 2021 by
|
|
354
354
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
355
|
-
0.9.
|
|
355
|
+
0.9.26 (ruby-2.5.1).
|
|
356
356
|
</div>
|
|
357
357
|
|
|
358
358
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::ListRevisions
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::ListRevisions";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<dt id="Path-constant" class="">Path =
|
|
126
126
|
|
|
127
127
|
</dt>
|
|
128
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
128
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/list_revisions</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
129
129
|
|
|
130
130
|
<dt id="ResultType-constant" class="">ResultType =
|
|
131
131
|
|
|
@@ -294,7 +294,6 @@ returned. The default for this field is 10.</p>
|
|
|
294
294
|
<pre class="lines">
|
|
295
295
|
|
|
296
296
|
|
|
297
|
-
15
|
|
298
297
|
16
|
|
299
298
|
17
|
|
300
299
|
18
|
|
@@ -303,10 +302,11 @@ returned. The default for this field is 10.</p>
|
|
|
303
302
|
21
|
|
304
303
|
22
|
|
305
304
|
23
|
|
306
|
-
24
|
|
305
|
+
24
|
|
306
|
+
25</pre>
|
|
307
307
|
</td>
|
|
308
308
|
<td>
|
|
309
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_revisions.rb', line
|
|
309
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/list_revisions.rb', line 16</span>
|
|
310
310
|
|
|
311
311
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:list_revisions</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='op'>|</span>
|
|
312
312
|
<span class='id identifier rubyid_validate_options'>validate_options</span><span class='lparen'>(</span><span class='lbracket'>[</span>
|
|
@@ -315,7 +315,7 @@ returned. The default for this field is 10.</p>
|
|
|
315
315
|
<span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:limit</span><span class='rbracket'>]</span> <span class='op'>||=</span> <span class='int'>10</span>
|
|
316
316
|
|
|
317
317
|
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
318
|
-
<span class='
|
|
318
|
+
<span class='label'>path:</span> <span class='id identifier rubyid_path'>path</span>
|
|
319
319
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
320
320
|
<span class='kw'>end</span></pre>
|
|
321
321
|
</td>
|
|
@@ -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 Sun Feb 7 11:51:57 2021 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
|
-
0.9.
|
|
333
|
+
0.9.26 (ruby-2.5.1).
|
|
334
334
|
</div>
|
|
335
335
|
|
|
336
336
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Move
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::Move";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<dt id="Path-constant" class="">Path =
|
|
126
126
|
|
|
127
127
|
</dt>
|
|
128
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
128
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/move</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
129
129
|
|
|
130
130
|
<dt id="ResultType-constant" class="">ResultType =
|
|
131
131
|
|
|
@@ -314,7 +314,6 @@ default for this field is <code>false</code>.</p>
|
|
|
314
314
|
<pre class="lines">
|
|
315
315
|
|
|
316
316
|
|
|
317
|
-
19
|
|
318
317
|
20
|
|
319
318
|
21
|
|
320
319
|
22
|
|
@@ -326,10 +325,11 @@ default for this field is <code>false</code>.</p>
|
|
|
326
325
|
28
|
|
327
326
|
29
|
|
328
327
|
30
|
|
329
|
-
31
|
|
328
|
+
31
|
|
329
|
+
32</pre>
|
|
330
330
|
</td>
|
|
331
331
|
<td>
|
|
332
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/move.rb', line
|
|
332
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/move.rb', line 20</span>
|
|
333
333
|
|
|
334
334
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:move</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_from'>from</span><span class='comma'>,</span> <span class='id identifier rubyid_to'>to</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='op'>|</span>
|
|
335
335
|
<span class='comment'># We're not implementing support for the `allow_shared_folder` option
|
|
@@ -340,8 +340,8 @@ default for this field is <code>false</code>.</p>
|
|
|
340
340
|
<span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
|
341
341
|
|
|
342
342
|
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
343
|
-
<span class='
|
|
344
|
-
<span class='
|
|
343
|
+
<span class='label'>from_path:</span> <span class='id identifier rubyid_from'>from</span><span class='comma'>,</span>
|
|
344
|
+
<span class='label'>to_path:</span> <span class='id identifier rubyid_to'>to</span>
|
|
345
345
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
346
346
|
<span class='kw'>end</span></pre>
|
|
347
347
|
</td>
|
|
@@ -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 Sun Feb 7 11:51:56 2021 by
|
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
359
|
-
0.9.
|
|
359
|
+
0.9.26 (ruby-2.5.1).
|
|
360
360
|
</div>
|
|
361
361
|
|
|
362
362
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::PermanentlyDelete
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::PermanentlyDelete";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<dt id="Path-constant" class="">Path =
|
|
126
126
|
|
|
127
127
|
</dt>
|
|
128
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
128
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/permanently_delete</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
129
129
|
|
|
130
130
|
<dt id="ResultType-constant" class="">ResultType =
|
|
131
131
|
|
|
@@ -299,22 +299,22 @@ deleting a folder.</p>
|
|
|
299
299
|
<pre class="lines">
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
20
|
|
303
302
|
21
|
|
304
303
|
22
|
|
305
304
|
23
|
|
306
305
|
24
|
|
307
306
|
25
|
|
308
|
-
26
|
|
307
|
+
26
|
|
308
|
+
27</pre>
|
|
309
309
|
</td>
|
|
310
310
|
<td>
|
|
311
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/permanently_delete.rb', line
|
|
311
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/permanently_delete.rb', line 21</span>
|
|
312
312
|
|
|
313
313
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:permanently_delete</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='op'>|</span>
|
|
314
314
|
<span class='id identifier rubyid_validate_options'>validate_options</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='symbol'>:parent_rev</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
|
315
315
|
|
|
316
316
|
<span class='id identifier rubyid_perform_request'>perform_request</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
317
|
-
<span class='
|
|
317
|
+
<span class='label'>path:</span> <span class='id identifier rubyid_path'>path</span>
|
|
318
318
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
319
319
|
<span class='kw'>end</span></pre>
|
|
320
320
|
</td>
|
|
@@ -327,9 +327,9 @@ deleting a folder.</p>
|
|
|
327
327
|
</div>
|
|
328
328
|
|
|
329
329
|
<div id="footer">
|
|
330
|
-
Generated on
|
|
330
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
331
331
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
332
|
-
0.9.
|
|
332
|
+
0.9.26 (ruby-2.5.1).
|
|
333
333
|
</div>
|
|
334
334
|
|
|
335
335
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::Restore
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::Restore";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
<dt id="Path-constant" class="">Path =
|
|
121
121
|
|
|
122
122
|
</dt>
|
|
123
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
123
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/restore</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
124
124
|
|
|
125
125
|
<dt id="ResultType-constant" class="">ResultType =
|
|
126
126
|
|
|
@@ -269,20 +269,20 @@
|
|
|
269
269
|
<pre class="lines">
|
|
270
270
|
|
|
271
271
|
|
|
272
|
-
12
|
|
273
272
|
13
|
|
274
273
|
14
|
|
275
274
|
15
|
|
276
275
|
16
|
|
277
|
-
17
|
|
276
|
+
17
|
|
277
|
+
18</pre>
|
|
278
278
|
</td>
|
|
279
279
|
<td>
|
|
280
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/restore.rb', line
|
|
280
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/restore.rb', line 13</span>
|
|
281
281
|
|
|
282
282
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:restore</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_rev'>rev</span><span class='op'>|</span>
|
|
283
283
|
<span class='id identifier rubyid_perform_request'>perform_request</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
284
|
-
<span class='
|
|
285
|
-
<span class='
|
|
284
|
+
<span class='label'>path:</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span>
|
|
285
|
+
<span class='label'>rev:</span> <span class='id identifier rubyid_rev'>rev</span>
|
|
286
286
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
287
287
|
<span class='kw'>end</span></pre>
|
|
288
288
|
</td>
|
|
@@ -295,9 +295,9 @@
|
|
|
295
295
|
</div>
|
|
296
296
|
|
|
297
297
|
<div id="footer">
|
|
298
|
-
Generated on
|
|
298
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
299
299
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
300
|
-
0.9.
|
|
300
|
+
0.9.26 (ruby-2.5.1).
|
|
301
301
|
</div>
|
|
302
302
|
|
|
303
303
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::SaveUrl
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::SaveUrl";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
<dt id="Path-constant" class="">Path =
|
|
121
121
|
|
|
122
122
|
</dt>
|
|
123
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
123
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/save_url</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
124
124
|
|
|
125
125
|
<dt id="ResultType-constant" class="">ResultType =
|
|
126
126
|
|
|
@@ -288,20 +288,20 @@ myfile (1).txt).</p>
|
|
|
288
288
|
<pre class="lines">
|
|
289
289
|
|
|
290
290
|
|
|
291
|
-
15
|
|
292
291
|
16
|
|
293
292
|
17
|
|
294
293
|
18
|
|
295
294
|
19
|
|
296
|
-
20
|
|
295
|
+
20
|
|
296
|
+
21</pre>
|
|
297
297
|
</td>
|
|
298
298
|
<td>
|
|
299
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/save_url.rb', line
|
|
299
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/save_url.rb', line 16</span>
|
|
300
300
|
|
|
301
301
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:save_url</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_url'>url</span><span class='op'>|</span>
|
|
302
302
|
<span class='id identifier rubyid_perform_request'>perform_request</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
303
|
-
<span class='
|
|
304
|
-
<span class='
|
|
303
|
+
<span class='label'>path:</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span>
|
|
304
|
+
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span>
|
|
305
305
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
306
306
|
<span class='kw'>end</span></pre>
|
|
307
307
|
</td>
|
|
@@ -314,9 +314,9 @@ myfile (1).txt).</p>
|
|
|
314
314
|
</div>
|
|
315
315
|
|
|
316
316
|
<div id="footer">
|
|
317
|
-
Generated on
|
|
317
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
318
318
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
319
|
-
0.9.
|
|
319
|
+
0.9.26 (ruby-2.5.1).
|
|
320
320
|
</div>
|
|
321
321
|
|
|
322
322
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus";
|
|
19
19
|
relpath = '../../../';
|
|
20
20
|
</script>
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
<dt id="Path-constant" class="">Path =
|
|
121
121
|
|
|
122
122
|
</dt>
|
|
123
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'
|
|
123
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/2/files/save_url/check_job_status</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
124
124
|
|
|
125
125
|
<dt id="ResultType-constant" class="">ResultType =
|
|
126
126
|
|
|
@@ -272,18 +272,18 @@ a response returned from the method that launched the job.</p>
|
|
|
272
272
|
<pre class="lines">
|
|
273
273
|
|
|
274
274
|
|
|
275
|
-
13
|
|
276
275
|
14
|
|
277
276
|
15
|
|
278
277
|
16
|
|
279
|
-
17
|
|
278
|
+
17
|
|
279
|
+
18</pre>
|
|
280
280
|
</td>
|
|
281
281
|
<td>
|
|
282
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/save_url_check_job_status.rb', line
|
|
282
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/files/save_url_check_job_status.rb', line 14</span>
|
|
283
283
|
|
|
284
284
|
<span class='id identifier rubyid_add_endpoint'>add_endpoint</span> <span class='symbol'>:save_url_check_job_status</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_job_id'>job_id</span><span class='op'>|</span>
|
|
285
285
|
<span class='id identifier rubyid_perform_request'>perform_request</span><span class='lparen'>(</span><span class='lbrace'>{</span>
|
|
286
|
-
<span class='
|
|
286
|
+
<span class='label'>async_job_id:</span> <span class='id identifier rubyid_job_id'>job_id</span>
|
|
287
287
|
<span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
288
288
|
<span class='kw'>end</span></pre>
|
|
289
289
|
</td>
|
|
@@ -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 Sun Feb 7 11:51:59 2021 by
|
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
301
|
-
0.9.
|
|
301
|
+
0.9.26 (ruby-2.5.1).
|
|
302
302
|
</div>
|
|
303
303
|
|
|
304
304
|
</div>
|