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
data/docs/method_list.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
5
5
|
<meta charset="utf-8" />
|
|
6
6
|
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
|
8
8
|
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -126,32 +126,32 @@
|
|
|
126
126
|
|
|
127
127
|
<li class="odd ">
|
|
128
128
|
<div class="item">
|
|
129
|
-
<span class='object_link'><a href="DropboxApi/
|
|
130
|
-
<small>DropboxApi::
|
|
129
|
+
<span class='object_link'><a href="DropboxApi/Errors/TooManyRequestsError.html#build-class_method" title="DropboxApi::Errors::TooManyRequestsError.build (method)">build</a></span>
|
|
130
|
+
<small>DropboxApi::Errors::TooManyRequestsError</small>
|
|
131
131
|
</div>
|
|
132
132
|
</li>
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
<li class="even ">
|
|
136
136
|
<div class="item">
|
|
137
|
-
<span class='object_link'><a href="DropboxApi/
|
|
138
|
-
<small>DropboxApi::
|
|
137
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#build-instance_method" title="DropboxApi::ConnectionBuilder#build (method)">#build</a></span>
|
|
138
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
139
139
|
</div>
|
|
140
140
|
</li>
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
<li class="odd ">
|
|
144
144
|
<div class="item">
|
|
145
|
-
<span class='object_link'><a href="DropboxApi/
|
|
146
|
-
<small>DropboxApi::
|
|
145
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#build-instance_method" title="DropboxApi::ResultBuilder#build (method)">#build</a></span>
|
|
146
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
147
147
|
</div>
|
|
148
148
|
</li>
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
<li class="even ">
|
|
152
152
|
<div class="item">
|
|
153
|
-
<span class='object_link'><a href="DropboxApi/Errors/
|
|
154
|
-
<small>DropboxApi::Errors::
|
|
153
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#build-class_method" title="DropboxApi::Errors::BasicError.build (method)">build</a></span>
|
|
154
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
155
155
|
</div>
|
|
156
156
|
</li>
|
|
157
157
|
|
|
@@ -245,6 +245,14 @@
|
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
<li class="even ">
|
|
248
|
+
<div class="item">
|
|
249
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentUpload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_request (method)">#build_request</a></span>
|
|
250
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
251
|
+
</div>
|
|
252
|
+
</li>
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
<li class="odd ">
|
|
248
256
|
<div class="item">
|
|
249
257
|
<span class='object_link'><a href="DropboxApi/Endpoints/Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>
|
|
250
258
|
<small>DropboxApi::Endpoints::Rpc</small>
|
|
@@ -252,7 +260,7 @@
|
|
|
252
260
|
</li>
|
|
253
261
|
|
|
254
262
|
|
|
255
|
-
<li class="
|
|
263
|
+
<li class="even ">
|
|
256
264
|
<div class="item">
|
|
257
265
|
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentDownload#build_request (method)">#build_request</a></span>
|
|
258
266
|
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
@@ -260,15 +268,15 @@
|
|
|
260
268
|
</li>
|
|
261
269
|
|
|
262
270
|
|
|
263
|
-
<li class="
|
|
271
|
+
<li class="odd ">
|
|
264
272
|
<div class="item">
|
|
265
|
-
<span class='object_link'><a href="
|
|
266
|
-
<small>
|
|
273
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_search-instance_method" title="DropboxScaffoldBuilder#build_search (method)">#build_search</a></span>
|
|
274
|
+
<small>DropboxScaffoldBuilder</small>
|
|
267
275
|
</div>
|
|
268
276
|
</li>
|
|
269
277
|
|
|
270
278
|
|
|
271
|
-
<li class="
|
|
279
|
+
<li class="even ">
|
|
272
280
|
<div class="item">
|
|
273
281
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_upload-instance_method" title="DropboxScaffoldBuilder#build_upload (method)">#build_upload</a></span>
|
|
274
282
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -276,7 +284,7 @@
|
|
|
276
284
|
</li>
|
|
277
285
|
|
|
278
286
|
|
|
279
|
-
<li class="
|
|
287
|
+
<li class="odd ">
|
|
280
288
|
<div class="item">
|
|
281
289
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_upload_by_chunks-instance_method" title="DropboxScaffoldBuilder#build_upload_by_chunks (method)">#build_upload_by_chunks</a></span>
|
|
282
290
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -284,7 +292,7 @@
|
|
|
284
292
|
</li>
|
|
285
293
|
|
|
286
294
|
|
|
287
|
-
<li class="
|
|
295
|
+
<li class="even ">
|
|
288
296
|
<div class="item">
|
|
289
297
|
<span class='object_link'><a href="DropboxApi/MiddleWare/DecodeResult.html#call-instance_method" title="DropboxApi::MiddleWare::DecodeResult#call (method)">#call</a></span>
|
|
290
298
|
<small>DropboxApi::MiddleWare::DecodeResult</small>
|
|
@@ -292,7 +300,7 @@
|
|
|
292
300
|
</li>
|
|
293
301
|
|
|
294
302
|
|
|
295
|
-
<li class="
|
|
303
|
+
<li class="odd ">
|
|
296
304
|
<div class="item">
|
|
297
305
|
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#cast-instance_method" title="DropboxApi::Metadata::Field#cast (method)">#cast</a></span>
|
|
298
306
|
<small>DropboxApi::Metadata::Field</small>
|
|
@@ -300,7 +308,7 @@
|
|
|
300
308
|
</li>
|
|
301
309
|
|
|
302
310
|
|
|
303
|
-
<li class="
|
|
311
|
+
<li class="even ">
|
|
304
312
|
<div class="item">
|
|
305
313
|
<span class='object_link'><a href="DropboxApi/Results/ListFolderLongpollResult.html#changes-instance_method" title="DropboxApi::Results::ListFolderLongpollResult#changes (method)">#changes</a></span>
|
|
306
314
|
<small>DropboxApi::Results::ListFolderLongpollResult</small>
|
|
@@ -308,6 +316,14 @@
|
|
|
308
316
|
</li>
|
|
309
317
|
|
|
310
318
|
|
|
319
|
+
<li class="odd ">
|
|
320
|
+
<div class="item">
|
|
321
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#check_validity-instance_method" title="DropboxApi::Metadata::WriteMode#check_validity (method)">#check_validity</a></span>
|
|
322
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
323
|
+
</div>
|
|
324
|
+
</li>
|
|
325
|
+
|
|
326
|
+
|
|
311
327
|
<li class="even ">
|
|
312
328
|
<div class="item">
|
|
313
329
|
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#check_validity-instance_method" title="DropboxApi::Metadata::SharedLink#check_validity (method)">#check_validity</a></span>
|
|
@@ -318,15 +334,15 @@
|
|
|
318
334
|
|
|
319
335
|
<li class="odd ">
|
|
320
336
|
<div class="item">
|
|
321
|
-
<span class='object_link'><a href="
|
|
322
|
-
<small>
|
|
337
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#client-instance_method" title="DropboxScaffoldBuilder#client (method)">#client</a></span>
|
|
338
|
+
<small>DropboxScaffoldBuilder</small>
|
|
323
339
|
</div>
|
|
324
340
|
</li>
|
|
325
341
|
|
|
326
342
|
|
|
327
343
|
<li class="even ">
|
|
328
344
|
<div class="item">
|
|
329
|
-
<span class='object_link'><a href="DropboxScaffoldBuilder.html#
|
|
345
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#clobber-instance_method" title="DropboxScaffoldBuilder#clobber (method)">#clobber</a></span>
|
|
330
346
|
<small>DropboxScaffoldBuilder</small>
|
|
331
347
|
</div>
|
|
332
348
|
</li>
|
|
@@ -334,8 +350,8 @@
|
|
|
334
350
|
|
|
335
351
|
<li class="odd ">
|
|
336
352
|
<div class="item">
|
|
337
|
-
<span class='object_link'><a href="
|
|
338
|
-
<small>
|
|
353
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Copy.html#copy-instance_method" title="DropboxApi::Endpoints::Files::Copy#copy (method)">#copy</a></span>
|
|
354
|
+
<small>DropboxApi::Endpoints::Files::Copy</small>
|
|
339
355
|
</div>
|
|
340
356
|
</li>
|
|
341
357
|
|
|
@@ -350,8 +366,8 @@
|
|
|
350
366
|
|
|
351
367
|
<li class="odd ">
|
|
352
368
|
<div class="item">
|
|
353
|
-
<span class='object_link'><a href="DropboxApi/
|
|
354
|
-
<small>DropboxApi::
|
|
369
|
+
<span class='object_link'><a href="DropboxApi/Client.html#copy_batch-instance_method" title="DropboxApi::Client#copy_batch (method)">#copy_batch</a></span>
|
|
370
|
+
<small>DropboxApi::Client</small>
|
|
355
371
|
</div>
|
|
356
372
|
</li>
|
|
357
373
|
|
|
@@ -366,7 +382,7 @@
|
|
|
366
382
|
|
|
367
383
|
<li class="odd ">
|
|
368
384
|
<div class="item">
|
|
369
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
385
|
+
<span class='object_link'><a href="DropboxApi/Client.html#copy_batch_check-instance_method" title="DropboxApi::Client#copy_batch_check (method)">#copy_batch_check</a></span>
|
|
370
386
|
<small>DropboxApi::Client</small>
|
|
371
387
|
</div>
|
|
372
388
|
</li>
|
|
@@ -374,24 +390,24 @@
|
|
|
374
390
|
|
|
375
391
|
<li class="even ">
|
|
376
392
|
<div class="item">
|
|
377
|
-
<span class='object_link'><a href="DropboxApi/
|
|
378
|
-
<small>DropboxApi::
|
|
393
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyBatchCheck.html#copy_batch_check-instance_method" title="DropboxApi::Endpoints::Files::CopyBatchCheck#copy_batch_check (method)">#copy_batch_check</a></span>
|
|
394
|
+
<small>DropboxApi::Endpoints::Files::CopyBatchCheck</small>
|
|
379
395
|
</div>
|
|
380
396
|
</li>
|
|
381
397
|
|
|
382
398
|
|
|
383
399
|
<li class="odd ">
|
|
384
400
|
<div class="item">
|
|
385
|
-
<span class='object_link'><a href="DropboxApi/
|
|
386
|
-
<small>DropboxApi::
|
|
401
|
+
<span class='object_link'><a href="DropboxApi/Results/GetCopyReferenceResult.html#copy_reference-instance_method" title="DropboxApi::Results::GetCopyReferenceResult#copy_reference (method)">#copy_reference</a></span>
|
|
402
|
+
<small>DropboxApi::Results::GetCopyReferenceResult</small>
|
|
387
403
|
</div>
|
|
388
404
|
</li>
|
|
389
405
|
|
|
390
406
|
|
|
391
407
|
<li class="even ">
|
|
392
408
|
<div class="item">
|
|
393
|
-
<span class='object_link'><a href="DropboxApi/
|
|
394
|
-
<small>DropboxApi::
|
|
409
|
+
<span class='object_link'><a href="DropboxApi/Client.html#copy_reference_get-instance_method" title="DropboxApi::Client#copy_reference_get (method)">#copy_reference_get</a></span>
|
|
410
|
+
<small>DropboxApi::Client</small>
|
|
395
411
|
</div>
|
|
396
412
|
</li>
|
|
397
413
|
|
|
@@ -406,7 +422,7 @@
|
|
|
406
422
|
|
|
407
423
|
<li class="even ">
|
|
408
424
|
<div class="item">
|
|
409
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
425
|
+
<span class='object_link'><a href="DropboxApi/Client.html#copy_reference_save-instance_method" title="DropboxApi::Client#copy_reference_save (method)">#copy_reference_save</a></span>
|
|
410
426
|
<small>DropboxApi::Client</small>
|
|
411
427
|
</div>
|
|
412
428
|
</li>
|
|
@@ -414,16 +430,16 @@
|
|
|
414
430
|
|
|
415
431
|
<li class="odd ">
|
|
416
432
|
<div class="item">
|
|
417
|
-
<span class='object_link'><a href="DropboxApi/
|
|
418
|
-
<small>DropboxApi::
|
|
433
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyReferenceSave.html#copy_reference_save-instance_method" title="DropboxApi::Endpoints::Files::CopyReferenceSave#copy_reference_save (method)">#copy_reference_save</a></span>
|
|
434
|
+
<small>DropboxApi::Endpoints::Files::CopyReferenceSave</small>
|
|
419
435
|
</div>
|
|
420
436
|
</li>
|
|
421
437
|
|
|
422
438
|
|
|
423
439
|
<li class="even ">
|
|
424
440
|
<div class="item">
|
|
425
|
-
<span class='object_link'><a href="DropboxApi/
|
|
426
|
-
<small>DropboxApi::
|
|
441
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_file_request-instance_method" title="DropboxApi::Client#create_file_request (method)">#create_file_request</a></span>
|
|
442
|
+
<small>DropboxApi::Client</small>
|
|
427
443
|
</div>
|
|
428
444
|
</li>
|
|
429
445
|
|
|
@@ -438,7 +454,7 @@
|
|
|
438
454
|
|
|
439
455
|
<li class="even ">
|
|
440
456
|
<div class="item">
|
|
441
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
457
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_folder-instance_method" title="DropboxApi::Client#create_folder (method)">#create_folder</a></span>
|
|
442
458
|
<small>DropboxApi::Client</small>
|
|
443
459
|
</div>
|
|
444
460
|
</li>
|
|
@@ -446,16 +462,16 @@
|
|
|
446
462
|
|
|
447
463
|
<li class="odd ">
|
|
448
464
|
<div class="item">
|
|
449
|
-
<span class='object_link'><a href="DropboxApi/
|
|
450
|
-
<small>DropboxApi::
|
|
465
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFolder.html#create_folder-instance_method" title="DropboxApi::Endpoints::Files::CreateFolder#create_folder (method)">#create_folder</a></span>
|
|
466
|
+
<small>DropboxApi::Endpoints::Files::CreateFolder</small>
|
|
451
467
|
</div>
|
|
452
468
|
</li>
|
|
453
469
|
|
|
454
470
|
|
|
455
471
|
<li class="even ">
|
|
456
472
|
<div class="item">
|
|
457
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/Files/
|
|
458
|
-
<small>DropboxApi::Endpoints::Files::
|
|
473
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFolderBatch.html#create_folder_batch-instance_method" title="DropboxApi::Endpoints::Files::CreateFolderBatch#create_folder_batch (method)">#create_folder_batch</a></span>
|
|
474
|
+
<small>DropboxApi::Endpoints::Files::CreateFolderBatch</small>
|
|
459
475
|
</div>
|
|
460
476
|
</li>
|
|
461
477
|
|
|
@@ -470,8 +486,8 @@
|
|
|
470
486
|
|
|
471
487
|
<li class="even ">
|
|
472
488
|
<div class="item">
|
|
473
|
-
<span class='object_link'><a href="DropboxApi/
|
|
474
|
-
<small>DropboxApi::
|
|
489
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_folder_batch_check-instance_method" title="DropboxApi::Client#create_folder_batch_check (method)">#create_folder_batch_check</a></span>
|
|
490
|
+
<small>DropboxApi::Client</small>
|
|
475
491
|
</div>
|
|
476
492
|
</li>
|
|
477
493
|
|
|
@@ -486,7 +502,7 @@
|
|
|
486
502
|
|
|
487
503
|
<li class="even ">
|
|
488
504
|
<div class="item">
|
|
489
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
505
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_shared_link_with_settings-instance_method" title="DropboxApi::Client#create_shared_link_with_settings (method)">#create_shared_link_with_settings</a></span>
|
|
490
506
|
<small>DropboxApi::Client</small>
|
|
491
507
|
</div>
|
|
492
508
|
</li>
|
|
@@ -502,48 +518,48 @@
|
|
|
502
518
|
|
|
503
519
|
<li class="even ">
|
|
504
520
|
<div class="item">
|
|
505
|
-
<span class='object_link'><a href="DropboxApi/
|
|
506
|
-
<small>DropboxApi::
|
|
521
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFileMembers#cursor (method)">#cursor</a></span>
|
|
522
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
507
523
|
</div>
|
|
508
524
|
</li>
|
|
509
525
|
|
|
510
526
|
|
|
511
527
|
<li class="odd ">
|
|
512
528
|
<div class="item">
|
|
513
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
514
|
-
<small>DropboxApi::Results::
|
|
529
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFolderMembers#cursor (method)">#cursor</a></span>
|
|
530
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
515
531
|
</div>
|
|
516
532
|
</li>
|
|
517
533
|
|
|
518
534
|
|
|
519
535
|
<li class="even ">
|
|
520
536
|
<div class="item">
|
|
521
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
522
|
-
<small>DropboxApi::Results::
|
|
537
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderGetLatestCursorResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderGetLatestCursorResult#cursor (method)">#cursor</a></span>
|
|
538
|
+
<small>DropboxApi::Results::ListFolderGetLatestCursorResult</small>
|
|
523
539
|
</div>
|
|
524
540
|
</li>
|
|
525
541
|
|
|
526
542
|
|
|
527
543
|
<li class="odd ">
|
|
528
544
|
<div class="item">
|
|
529
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
530
|
-
<small>DropboxApi::Results::
|
|
545
|
+
<span class='object_link'><a href="DropboxApi/Results/SearchV2Result.html#cursor-instance_method" title="DropboxApi::Results::SearchV2Result#cursor (method)">#cursor</a></span>
|
|
546
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
531
547
|
</div>
|
|
532
548
|
</li>
|
|
533
549
|
|
|
534
550
|
|
|
535
551
|
<li class="even ">
|
|
536
552
|
<div class="item">
|
|
537
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
538
|
-
<small>DropboxApi::Results::
|
|
553
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderResult#cursor (method)">#cursor</a></span>
|
|
554
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
539
555
|
</div>
|
|
540
556
|
</li>
|
|
541
557
|
|
|
542
558
|
|
|
543
559
|
<li class="odd ">
|
|
544
560
|
<div class="item">
|
|
545
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
546
|
-
<small>DropboxApi::Results::
|
|
561
|
+
<span class='object_link'><a href="DropboxApi/Results/ListSharedLinksResult.html#cursor-instance_method" title="DropboxApi::Results::ListSharedLinksResult#cursor (method)">#cursor</a></span>
|
|
562
|
+
<small>DropboxApi::Results::ListSharedLinksResult</small>
|
|
547
563
|
</div>
|
|
548
564
|
</li>
|
|
549
565
|
|
|
@@ -558,80 +574,80 @@
|
|
|
558
574
|
|
|
559
575
|
<li class="odd ">
|
|
560
576
|
<div class="item">
|
|
561
|
-
<span class='object_link'><a href="DropboxApi/
|
|
562
|
-
<small>DropboxApi::
|
|
577
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Delete.html#delete-instance_method" title="DropboxApi::Endpoints::Files::Delete#delete (method)">#delete</a></span>
|
|
578
|
+
<small>DropboxApi::Endpoints::Files::Delete</small>
|
|
563
579
|
</div>
|
|
564
580
|
</li>
|
|
565
581
|
|
|
566
582
|
|
|
567
583
|
<li class="even ">
|
|
568
584
|
<div class="item">
|
|
569
|
-
<span class='object_link'><a href="DropboxApi/
|
|
570
|
-
<small>DropboxApi::
|
|
585
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete-instance_method" title="DropboxApi::Client#delete (method)">#delete</a></span>
|
|
586
|
+
<small>DropboxApi::Client</small>
|
|
571
587
|
</div>
|
|
572
588
|
</li>
|
|
573
589
|
|
|
574
590
|
|
|
575
591
|
<li class="odd ">
|
|
576
592
|
<div class="item">
|
|
577
|
-
<span class='object_link'><a href="DropboxApi/
|
|
578
|
-
<small>DropboxApi::
|
|
593
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/DeleteBatch.html#delete_batch-instance_method" title="DropboxApi::Endpoints::Files::DeleteBatch#delete_batch (method)">#delete_batch</a></span>
|
|
594
|
+
<small>DropboxApi::Endpoints::Files::DeleteBatch</small>
|
|
579
595
|
</div>
|
|
580
596
|
</li>
|
|
581
597
|
|
|
582
598
|
|
|
583
599
|
<li class="even ">
|
|
584
600
|
<div class="item">
|
|
585
|
-
<span class='object_link'><a href="DropboxApi/
|
|
586
|
-
<small>DropboxApi::
|
|
601
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete_batch-instance_method" title="DropboxApi::Client#delete_batch (method)">#delete_batch</a></span>
|
|
602
|
+
<small>DropboxApi::Client</small>
|
|
587
603
|
</div>
|
|
588
604
|
</li>
|
|
589
605
|
|
|
590
606
|
|
|
591
607
|
<li class="odd ">
|
|
592
608
|
<div class="item">
|
|
593
|
-
<span class='object_link'><a href="DropboxApi/
|
|
594
|
-
<small>DropboxApi::
|
|
609
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/DeleteBatchCheck.html#delete_batch_check-instance_method" title="DropboxApi::Endpoints::Files::DeleteBatchCheck#delete_batch_check (method)">#delete_batch_check</a></span>
|
|
610
|
+
<small>DropboxApi::Endpoints::Files::DeleteBatchCheck</small>
|
|
595
611
|
</div>
|
|
596
612
|
</li>
|
|
597
613
|
|
|
598
614
|
|
|
599
615
|
<li class="even ">
|
|
600
616
|
<div class="item">
|
|
601
|
-
<span class='object_link'><a href="DropboxApi/
|
|
602
|
-
<small>DropboxApi::
|
|
617
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete_batch_check-instance_method" title="DropboxApi::Client#delete_batch_check (method)">#delete_batch_check</a></span>
|
|
618
|
+
<small>DropboxApi::Client</small>
|
|
603
619
|
</div>
|
|
604
620
|
</li>
|
|
605
621
|
|
|
606
622
|
|
|
607
623
|
<li class="odd ">
|
|
608
624
|
<div class="item">
|
|
609
|
-
<span class='object_link'><a href="DropboxApi/
|
|
610
|
-
<small>DropboxApi::
|
|
625
|
+
<span class='object_link'><a href="DropboxApi/Client.html#download-instance_method" title="DropboxApi::Client#download (method)">#download</a></span>
|
|
626
|
+
<small>DropboxApi::Client</small>
|
|
611
627
|
</div>
|
|
612
628
|
</li>
|
|
613
629
|
|
|
614
630
|
|
|
615
631
|
<li class="even ">
|
|
616
632
|
<div class="item">
|
|
617
|
-
<span class='object_link'><a href="DropboxApi/
|
|
618
|
-
<small>DropboxApi::
|
|
633
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Download.html#download-instance_method" title="DropboxApi::Endpoints::Files::Download#download (method)">#download</a></span>
|
|
634
|
+
<small>DropboxApi::Endpoints::Files::Download</small>
|
|
619
635
|
</div>
|
|
620
636
|
</li>
|
|
621
637
|
|
|
622
638
|
|
|
623
639
|
<li class="odd ">
|
|
624
640
|
<div class="item">
|
|
625
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
626
|
-
<small>DropboxApi::Results::
|
|
641
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#entries-instance_method" title="DropboxApi::Results::ListFolderResult#entries (method)">#entries</a></span>
|
|
642
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
627
643
|
</div>
|
|
628
644
|
</li>
|
|
629
645
|
|
|
630
646
|
|
|
631
647
|
<li class="even ">
|
|
632
648
|
<div class="item">
|
|
633
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
634
|
-
<small>DropboxApi::Results::
|
|
649
|
+
<span class='object_link'><a href="DropboxApi/Results/ListRevisionsResult.html#entries-instance_method" title="DropboxApi::Results::ListRevisionsResult#entries (method)">#entries</a></span>
|
|
650
|
+
<small>DropboxApi::Results::ListRevisionsResult</small>
|
|
635
651
|
</div>
|
|
636
652
|
</li>
|
|
637
653
|
|
|
@@ -750,48 +766,48 @@
|
|
|
750
766
|
|
|
751
767
|
<li class="odd ">
|
|
752
768
|
<div class="item">
|
|
753
|
-
<span class='object_link'><a href="DropboxApi/
|
|
754
|
-
<small>DropboxApi::
|
|
769
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_account_batch-instance_method" title="DropboxApi::Client#get_account_batch (method)">#get_account_batch</a></span>
|
|
770
|
+
<small>DropboxApi::Client</small>
|
|
755
771
|
</div>
|
|
756
772
|
</li>
|
|
757
773
|
|
|
758
774
|
|
|
759
775
|
<li class="even ">
|
|
760
776
|
<div class="item">
|
|
761
|
-
<span class='object_link'><a href="DropboxApi/
|
|
762
|
-
<small>DropboxApi::
|
|
777
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Users/GetAccountBatch.html#get_account_batch-instance_method" title="DropboxApi::Endpoints::Users::GetAccountBatch#get_account_batch (method)">#get_account_batch</a></span>
|
|
778
|
+
<small>DropboxApi::Endpoints::Users::GetAccountBatch</small>
|
|
763
779
|
</div>
|
|
764
780
|
</li>
|
|
765
781
|
|
|
766
782
|
|
|
767
783
|
<li class="odd ">
|
|
768
784
|
<div class="item">
|
|
769
|
-
<span class='object_link'><a href="DropboxApi/
|
|
770
|
-
<small>DropboxApi::
|
|
785
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_current_account-instance_method" title="DropboxApi::Client#get_current_account (method)">#get_current_account</a></span>
|
|
786
|
+
<small>DropboxApi::Client</small>
|
|
771
787
|
</div>
|
|
772
788
|
</li>
|
|
773
789
|
|
|
774
790
|
|
|
775
791
|
<li class="even ">
|
|
776
792
|
<div class="item">
|
|
777
|
-
<span class='object_link'><a href="DropboxApi/
|
|
778
|
-
<small>DropboxApi::
|
|
793
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Users/GetCurrentAccount.html#get_current_account-instance_method" title="DropboxApi::Endpoints::Users::GetCurrentAccount#get_current_account (method)">#get_current_account</a></span>
|
|
794
|
+
<small>DropboxApi::Endpoints::Users::GetCurrentAccount</small>
|
|
779
795
|
</div>
|
|
780
796
|
</li>
|
|
781
797
|
|
|
782
798
|
|
|
783
799
|
<li class="odd ">
|
|
784
800
|
<div class="item">
|
|
785
|
-
<span class='object_link'><a href="DropboxApi/
|
|
786
|
-
<small>DropboxApi::
|
|
801
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_metadata-instance_method" title="DropboxApi::Client#get_metadata (method)">#get_metadata</a></span>
|
|
802
|
+
<small>DropboxApi::Client</small>
|
|
787
803
|
</div>
|
|
788
804
|
</li>
|
|
789
805
|
|
|
790
806
|
|
|
791
807
|
<li class="even ">
|
|
792
808
|
<div class="item">
|
|
793
|
-
<span class='object_link'><a href="DropboxApi/
|
|
794
|
-
<small>DropboxApi::
|
|
809
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetMetadata.html#get_metadata-instance_method" title="DropboxApi::Endpoints::Files::GetMetadata#get_metadata (method)">#get_metadata</a></span>
|
|
810
|
+
<small>DropboxApi::Endpoints::Files::GetMetadata</small>
|
|
795
811
|
</div>
|
|
796
812
|
</li>
|
|
797
813
|
|
|
@@ -830,16 +846,16 @@
|
|
|
830
846
|
|
|
831
847
|
<li class="odd ">
|
|
832
848
|
<div class="item">
|
|
833
|
-
<span class='object_link'><a href="DropboxApi/
|
|
834
|
-
<small>DropboxApi::
|
|
849
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_space_usage-instance_method" title="DropboxApi::Client#get_space_usage (method)">#get_space_usage</a></span>
|
|
850
|
+
<small>DropboxApi::Client</small>
|
|
835
851
|
</div>
|
|
836
852
|
</li>
|
|
837
853
|
|
|
838
854
|
|
|
839
855
|
<li class="even ">
|
|
840
856
|
<div class="item">
|
|
841
|
-
<span class='object_link'><a href="DropboxApi/
|
|
842
|
-
<small>DropboxApi::
|
|
857
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Users/GetSpaceUsage.html#get_space_usage-instance_method" title="DropboxApi::Endpoints::Users::GetSpaceUsage#get_space_usage (method)">#get_space_usage</a></span>
|
|
858
|
+
<small>DropboxApi::Endpoints::Users::GetSpaceUsage</small>
|
|
843
859
|
</div>
|
|
844
860
|
</li>
|
|
845
861
|
|
|
@@ -878,32 +894,32 @@
|
|
|
878
894
|
|
|
879
895
|
<li class="odd ">
|
|
880
896
|
<div class="item">
|
|
881
|
-
<span class='object_link'><a href="DropboxApi/
|
|
882
|
-
<small>DropboxApi::
|
|
897
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_thumbnail_batch-instance_method" title="DropboxApi::Client#get_thumbnail_batch (method)">#get_thumbnail_batch</a></span>
|
|
898
|
+
<small>DropboxApi::Client</small>
|
|
883
899
|
</div>
|
|
884
900
|
</li>
|
|
885
901
|
|
|
886
902
|
|
|
887
903
|
<li class="even ">
|
|
888
904
|
<div class="item">
|
|
889
|
-
<span class='object_link'><a href="DropboxApi/
|
|
890
|
-
<small>DropboxApi::
|
|
905
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetThumbnailBatch.html#get_thumbnail_batch-instance_method" title="DropboxApi::Endpoints::Files::GetThumbnailBatch#get_thumbnail_batch (method)">#get_thumbnail_batch</a></span>
|
|
906
|
+
<small>DropboxApi::Endpoints::Files::GetThumbnailBatch</small>
|
|
891
907
|
</div>
|
|
892
908
|
</li>
|
|
893
909
|
|
|
894
910
|
|
|
895
911
|
<li class="odd ">
|
|
896
912
|
<div class="item">
|
|
897
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
898
|
-
<small>DropboxApi::Results::
|
|
913
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#groups-instance_method" title="DropboxApi::Results::SharedFolderMembers#groups (method)">#groups</a></span>
|
|
914
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
899
915
|
</div>
|
|
900
916
|
</li>
|
|
901
917
|
|
|
902
918
|
|
|
903
919
|
<li class="even ">
|
|
904
920
|
<div class="item">
|
|
905
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
906
|
-
<small>DropboxApi::Results::
|
|
921
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#groups-instance_method" title="DropboxApi::Results::SharedFileMembers#groups (method)">#groups</a></span>
|
|
922
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
907
923
|
</div>
|
|
908
924
|
</li>
|
|
909
925
|
|
|
@@ -918,8 +934,8 @@
|
|
|
918
934
|
|
|
919
935
|
<li class="even ">
|
|
920
936
|
<div class="item">
|
|
921
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
922
|
-
<small>DropboxApi::Results::
|
|
937
|
+
<span class='object_link'><a href="DropboxApi/Results/SearchV2Result.html#has_more%3F-instance_method" title="DropboxApi::Results::SearchV2Result#has_more? (method)">#has_more?</a></span>
|
|
938
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
923
939
|
</div>
|
|
924
940
|
</li>
|
|
925
941
|
|
|
@@ -934,72 +950,72 @@
|
|
|
934
950
|
|
|
935
951
|
<li class="even ">
|
|
936
952
|
<div class="item">
|
|
937
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
938
|
-
<small>DropboxApi::Results::
|
|
953
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#has_more%3F-instance_method" title="DropboxApi::Results::ListFolderResult#has_more? (method)">#has_more?</a></span>
|
|
954
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
939
955
|
</div>
|
|
940
956
|
</li>
|
|
941
957
|
|
|
942
958
|
|
|
943
959
|
<li class="odd ">
|
|
944
960
|
<div class="item">
|
|
945
|
-
<span class='object_link'><a href="DropboxApi/
|
|
946
|
-
<small>DropboxApi::
|
|
961
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentDownload#initialize (method)">#initialize</a></span>
|
|
962
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
947
963
|
</div>
|
|
948
964
|
</li>
|
|
949
965
|
|
|
950
966
|
|
|
951
967
|
<li class="even ">
|
|
952
968
|
<div class="item">
|
|
953
|
-
<span class='object_link'><a href="DropboxApi/
|
|
954
|
-
<small>DropboxApi::
|
|
969
|
+
<span class='object_link'><a href="DropboxApi/ChunkedUploader.html#initialize-instance_method" title="DropboxApi::ChunkedUploader#initialize (method)">#initialize</a></span>
|
|
970
|
+
<small>DropboxApi::ChunkedUploader</small>
|
|
955
971
|
</div>
|
|
956
972
|
</li>
|
|
957
973
|
|
|
958
974
|
|
|
959
975
|
<li class="odd ">
|
|
960
976
|
<div class="item">
|
|
961
|
-
<span class='object_link'><a href="DropboxApi/
|
|
962
|
-
<small>DropboxApi::
|
|
977
|
+
<span class='object_link'><a href="DropboxApi/Client.html#initialize-instance_method" title="DropboxApi::Client#initialize (method)">#initialize</a></span>
|
|
978
|
+
<small>DropboxApi::Client</small>
|
|
963
979
|
</div>
|
|
964
980
|
</li>
|
|
965
981
|
|
|
966
982
|
|
|
967
983
|
<li class="even ">
|
|
968
984
|
<div class="item">
|
|
969
|
-
<span class='object_link'><a href="DropboxApi/
|
|
970
|
-
<small>DropboxApi::
|
|
985
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcNotify.html#initialize-instance_method" title="DropboxApi::Endpoints::RpcNotify#initialize (method)">#initialize</a></span>
|
|
986
|
+
<small>DropboxApi::Endpoints::RpcNotify</small>
|
|
971
987
|
</div>
|
|
972
988
|
</li>
|
|
973
989
|
|
|
974
990
|
|
|
975
991
|
<li class="odd ">
|
|
976
992
|
<div class="item">
|
|
977
|
-
<span class='object_link'><a href="DropboxApi/
|
|
978
|
-
<small>DropboxApi::
|
|
993
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#initialize-instance_method" title="DropboxApi::Metadata::WriteMode#initialize (method)">#initialize</a></span>
|
|
994
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
979
995
|
</div>
|
|
980
996
|
</li>
|
|
981
997
|
|
|
982
998
|
|
|
983
999
|
<li class="even ">
|
|
984
1000
|
<div class="item">
|
|
985
|
-
<span class='object_link'><a href="DropboxApi/
|
|
986
|
-
<small>DropboxApi::
|
|
1001
|
+
<span class='object_link'><a href="DropboxApi/Errors/UploadSessionOffsetError.html#initialize-instance_method" title="DropboxApi::Errors::UploadSessionOffsetError#initialize (method)">#initialize</a></span>
|
|
1002
|
+
<small>DropboxApi::Errors::UploadSessionOffsetError</small>
|
|
987
1003
|
</div>
|
|
988
1004
|
</li>
|
|
989
1005
|
|
|
990
1006
|
|
|
991
1007
|
<li class="odd ">
|
|
992
1008
|
<div class="item">
|
|
993
|
-
<span class='object_link'><a href="DropboxApi/
|
|
994
|
-
<small>DropboxApi::
|
|
1009
|
+
<span class='object_link'><a href="DropboxApi/Authenticator.html#initialize-instance_method" title="DropboxApi::Authenticator#initialize (method)">#initialize</a></span>
|
|
1010
|
+
<small>DropboxApi::Authenticator</small>
|
|
995
1011
|
</div>
|
|
996
1012
|
</li>
|
|
997
1013
|
|
|
998
1014
|
|
|
999
1015
|
<li class="even ">
|
|
1000
1016
|
<div class="item">
|
|
1001
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1002
|
-
<small>DropboxApi::Endpoints::
|
|
1017
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</a></span>
|
|
1018
|
+
<small>DropboxApi::Endpoints::Rpc</small>
|
|
1003
1019
|
</div>
|
|
1004
1020
|
</li>
|
|
1005
1021
|
|
|
@@ -1014,88 +1030,88 @@
|
|
|
1014
1030
|
|
|
1015
1031
|
<li class="even ">
|
|
1016
1032
|
<div class="item">
|
|
1017
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1018
|
-
<small>DropboxApi::
|
|
1033
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberActionList.html#initialize-instance_method" title="DropboxApi::Metadata::MemberActionList#initialize (method)">#initialize</a></span>
|
|
1034
|
+
<small>DropboxApi::Metadata::MemberActionList</small>
|
|
1019
1035
|
</div>
|
|
1020
1036
|
</li>
|
|
1021
1037
|
|
|
1022
1038
|
|
|
1023
1039
|
<li class="odd ">
|
|
1024
1040
|
<div class="item">
|
|
1025
|
-
<span class='object_link'><a href="
|
|
1026
|
-
<small>
|
|
1027
|
-
</div>
|
|
1041
|
+
<span class='object_link'><a href="DropboxApi/Results/BasicAccountBatch.html#initialize-instance_method" title="DropboxApi::Results::BasicAccountBatch#initialize (method)">#initialize</a></span>
|
|
1042
|
+
<small>DropboxApi::Results::BasicAccountBatch</small>
|
|
1043
|
+
</div>
|
|
1028
1044
|
</li>
|
|
1029
1045
|
|
|
1030
1046
|
|
|
1031
1047
|
<li class="even ">
|
|
1032
1048
|
<div class="item">
|
|
1033
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1034
|
-
<small>DropboxApi::Metadata::
|
|
1049
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#initialize-instance_method" title="DropboxApi::Metadata::Field#initialize (method)">#initialize</a></span>
|
|
1050
|
+
<small>DropboxApi::Metadata::Field</small>
|
|
1035
1051
|
</div>
|
|
1036
1052
|
</li>
|
|
1037
1053
|
|
|
1038
1054
|
|
|
1039
1055
|
<li class="odd ">
|
|
1040
1056
|
<div class="item">
|
|
1041
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1042
|
-
<small>DropboxApi::
|
|
1057
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#initialize-instance_method" title="DropboxApi::ResultBuilder#initialize (method)">#initialize</a></span>
|
|
1058
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
1043
1059
|
</div>
|
|
1044
1060
|
</li>
|
|
1045
1061
|
|
|
1046
1062
|
|
|
1047
1063
|
<li class="even ">
|
|
1048
1064
|
<div class="item">
|
|
1049
|
-
<span class='object_link'><a href="
|
|
1050
|
-
<small>
|
|
1065
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#initialize-instance_method" title="DropboxScaffoldBuilder#initialize (method)">#initialize</a></span>
|
|
1066
|
+
<small>DropboxScaffoldBuilder</small>
|
|
1051
1067
|
</div>
|
|
1052
1068
|
</li>
|
|
1053
1069
|
|
|
1054
1070
|
|
|
1055
1071
|
<li class="odd ">
|
|
1056
1072
|
<div class="item">
|
|
1057
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1058
|
-
<small>DropboxApi::
|
|
1073
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#initialize-instance_method" title="DropboxApi::Metadata::SharedLink#initialize (method)">#initialize</a></span>
|
|
1074
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
1059
1075
|
</div>
|
|
1060
1076
|
</li>
|
|
1061
1077
|
|
|
1062
1078
|
|
|
1063
1079
|
<li class="even ">
|
|
1064
1080
|
<div class="item">
|
|
1065
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1066
|
-
<small>DropboxApi::
|
|
1081
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentUpload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentUpload#initialize (method)">#initialize</a></span>
|
|
1082
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
1067
1083
|
</div>
|
|
1068
1084
|
</li>
|
|
1069
1085
|
|
|
1070
1086
|
|
|
1071
1087
|
<li class="odd ">
|
|
1072
1088
|
<div class="item">
|
|
1073
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1074
|
-
<small>DropboxApi::
|
|
1089
|
+
<span class='object_link'><a href="DropboxApi/Results/Base.html#initialize-instance_method" title="DropboxApi::Results::Base#initialize (method)">#initialize</a></span>
|
|
1090
|
+
<small>DropboxApi::Results::Base</small>
|
|
1075
1091
|
</div>
|
|
1076
1092
|
</li>
|
|
1077
1093
|
|
|
1078
1094
|
|
|
1079
1095
|
<li class="even ">
|
|
1080
1096
|
<div class="item">
|
|
1081
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1082
|
-
<small>DropboxApi::
|
|
1097
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileCategoriesList.html#initialize-instance_method" title="DropboxApi::Metadata::FileCategoriesList#initialize (method)">#initialize</a></span>
|
|
1098
|
+
<small>DropboxApi::Metadata::FileCategoriesList</small>
|
|
1083
1099
|
</div>
|
|
1084
1100
|
</li>
|
|
1085
1101
|
|
|
1086
1102
|
|
|
1087
1103
|
<li class="odd ">
|
|
1088
1104
|
<div class="item">
|
|
1089
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1090
|
-
<small>DropboxApi::
|
|
1105
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileExtensionsList.html#initialize-instance_method" title="DropboxApi::Metadata::FileExtensionsList#initialize (method)">#initialize</a></span>
|
|
1106
|
+
<small>DropboxApi::Metadata::FileExtensionsList</small>
|
|
1091
1107
|
</div>
|
|
1092
1108
|
</li>
|
|
1093
1109
|
|
|
1094
1110
|
|
|
1095
1111
|
<li class="even ">
|
|
1096
1112
|
<div class="item">
|
|
1097
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1098
|
-
<small>DropboxApi::
|
|
1113
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Member.html#initialize-instance_method" title="DropboxApi::Metadata::Member#initialize (method)">#initialize</a></span>
|
|
1114
|
+
<small>DropboxApi::Metadata::Member</small>
|
|
1099
1115
|
</div>
|
|
1100
1116
|
</li>
|
|
1101
1117
|
|
|
@@ -1110,45 +1126,53 @@
|
|
|
1110
1126
|
|
|
1111
1127
|
<li class="even ">
|
|
1112
1128
|
<div class="item">
|
|
1113
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1114
|
-
<small>DropboxApi::
|
|
1129
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberPermissionList.html#initialize-instance_method" title="DropboxApi::Metadata::MemberPermissionList#initialize (method)">#initialize</a></span>
|
|
1130
|
+
<small>DropboxApi::Metadata::MemberPermissionList</small>
|
|
1115
1131
|
</div>
|
|
1116
1132
|
</li>
|
|
1117
1133
|
|
|
1118
1134
|
|
|
1119
1135
|
<li class="odd ">
|
|
1120
1136
|
<div class="item">
|
|
1121
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1122
|
-
<small>DropboxApi::
|
|
1137
|
+
<span class='object_link'><a href="DropboxApi/Results/AddFileMemberResultList.html#initialize-instance_method" title="DropboxApi::Results::AddFileMemberResultList#initialize (method)">#initialize</a></span>
|
|
1138
|
+
<small>DropboxApi::Results::AddFileMemberResultList</small>
|
|
1123
1139
|
</div>
|
|
1124
1140
|
</li>
|
|
1125
1141
|
|
|
1126
1142
|
|
|
1127
1143
|
<li class="even ">
|
|
1128
1144
|
<div class="item">
|
|
1129
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1130
|
-
<small>DropboxApi::
|
|
1145
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#initialize-instance_method" title="DropboxApi::ConnectionBuilder#initialize (method)">#initialize</a></span>
|
|
1146
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
1131
1147
|
</div>
|
|
1132
1148
|
</li>
|
|
1133
1149
|
|
|
1134
1150
|
|
|
1135
1151
|
<li class="odd ">
|
|
1136
1152
|
<div class="item">
|
|
1137
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1138
|
-
<small>DropboxApi::
|
|
1153
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcContent.html#initialize-instance_method" title="DropboxApi::Endpoints::RpcContent#initialize (method)">#initialize</a></span>
|
|
1154
|
+
<small>DropboxApi::Endpoints::RpcContent</small>
|
|
1139
1155
|
</div>
|
|
1140
1156
|
</li>
|
|
1141
1157
|
|
|
1142
1158
|
|
|
1143
1159
|
<li class="even ">
|
|
1144
1160
|
<div class="item">
|
|
1145
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1146
|
-
<small>DropboxApi::
|
|
1161
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#initialize-instance_method" title="DropboxApi::Errors::BasicError#initialize (method)">#initialize</a></span>
|
|
1162
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
1147
1163
|
</div>
|
|
1148
1164
|
</li>
|
|
1149
1165
|
|
|
1150
1166
|
|
|
1151
1167
|
<li class="odd ">
|
|
1168
|
+
<div class="item">
|
|
1169
|
+
<span class='object_link'><a href="DropboxApi/Results/Search/Match.html#initialize-instance_method" title="DropboxApi::Results::Search::Match#initialize (method)">#initialize</a></span>
|
|
1170
|
+
<small>DropboxApi::Results::Search::Match</small>
|
|
1171
|
+
</div>
|
|
1172
|
+
</li>
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
<li class="even ">
|
|
1152
1176
|
<div class="item">
|
|
1153
1177
|
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#invitees-instance_method" title="DropboxApi::Results::SharedFolderMembers#invitees (method)">#invitees</a></span>
|
|
1154
1178
|
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
@@ -1156,6 +1180,14 @@
|
|
|
1156
1180
|
</li>
|
|
1157
1181
|
|
|
1158
1182
|
|
|
1183
|
+
<li class="odd ">
|
|
1184
|
+
<div class="item">
|
|
1185
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#invitees-instance_method" title="DropboxApi::Results::SharedFileMembers#invitees (method)">#invitees</a></span>
|
|
1186
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
1187
|
+
</div>
|
|
1188
|
+
</li>
|
|
1189
|
+
|
|
1190
|
+
|
|
1159
1191
|
<li class="even ">
|
|
1160
1192
|
<div class="item">
|
|
1161
1193
|
<span class='object_link'><a href="DropboxApi/Results/ListRevisionsResult.html#is_deleted%3F-instance_method" title="DropboxApi::Results::ListRevisionsResult#is_deleted? (method)">#is_deleted?</a></span>
|
|
@@ -1182,16 +1214,16 @@
|
|
|
1182
1214
|
|
|
1183
1215
|
<li class="odd ">
|
|
1184
1216
|
<div class="item">
|
|
1185
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1186
|
-
<small>DropboxApi::
|
|
1217
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/ListFileMembers.html#list_file_members-instance_method" title="DropboxApi::Endpoints::Sharing::ListFileMembers#list_file_members (method)">#list_file_members</a></span>
|
|
1218
|
+
<small>DropboxApi::Endpoints::Sharing::ListFileMembers</small>
|
|
1187
1219
|
</div>
|
|
1188
1220
|
</li>
|
|
1189
1221
|
|
|
1190
1222
|
|
|
1191
1223
|
<li class="even ">
|
|
1192
1224
|
<div class="item">
|
|
1193
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1194
|
-
<small>DropboxApi::
|
|
1225
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_file_members-instance_method" title="DropboxApi::Client#list_file_members (method)">#list_file_members</a></span>
|
|
1226
|
+
<small>DropboxApi::Client</small>
|
|
1195
1227
|
</div>
|
|
1196
1228
|
</li>
|
|
1197
1229
|
|
|
@@ -1214,32 +1246,32 @@
|
|
|
1214
1246
|
|
|
1215
1247
|
<li class="odd ">
|
|
1216
1248
|
<div class="item">
|
|
1217
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1218
|
-
<small>DropboxApi::
|
|
1249
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_continue-instance_method" title="DropboxApi::Client#list_folder_continue (method)">#list_folder_continue</a></span>
|
|
1250
|
+
<small>DropboxApi::Client</small>
|
|
1219
1251
|
</div>
|
|
1220
1252
|
</li>
|
|
1221
1253
|
|
|
1222
1254
|
|
|
1223
1255
|
<li class="even ">
|
|
1224
1256
|
<div class="item">
|
|
1225
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1226
|
-
<small>DropboxApi::
|
|
1257
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListFolderContinue.html#list_folder_continue-instance_method" title="DropboxApi::Endpoints::Files::ListFolderContinue#list_folder_continue (method)">#list_folder_continue</a></span>
|
|
1258
|
+
<small>DropboxApi::Endpoints::Files::ListFolderContinue</small>
|
|
1227
1259
|
</div>
|
|
1228
1260
|
</li>
|
|
1229
1261
|
|
|
1230
1262
|
|
|
1231
1263
|
<li class="odd ">
|
|
1232
1264
|
<div class="item">
|
|
1233
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1234
|
-
<small>DropboxApi::
|
|
1265
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_get_latest_cursor-instance_method" title="DropboxApi::Client#list_folder_get_latest_cursor (method)">#list_folder_get_latest_cursor</a></span>
|
|
1266
|
+
<small>DropboxApi::Client</small>
|
|
1235
1267
|
</div>
|
|
1236
1268
|
</li>
|
|
1237
1269
|
|
|
1238
1270
|
|
|
1239
1271
|
<li class="even ">
|
|
1240
1272
|
<div class="item">
|
|
1241
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1242
|
-
<small>DropboxApi::
|
|
1273
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html#list_folder_get_latest_cursor-instance_method" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor#list_folder_get_latest_cursor (method)">#list_folder_get_latest_cursor</a></span>
|
|
1274
|
+
<small>DropboxApi::Endpoints::Files::ListFolderGetLatestCursor</small>
|
|
1243
1275
|
</div>
|
|
1244
1276
|
</li>
|
|
1245
1277
|
|
|
@@ -1278,16 +1310,16 @@
|
|
|
1278
1310
|
|
|
1279
1311
|
<li class="odd ">
|
|
1280
1312
|
<div class="item">
|
|
1281
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1282
|
-
<small>DropboxApi::
|
|
1313
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListRevisions.html#list_revisions-instance_method" title="DropboxApi::Endpoints::Files::ListRevisions#list_revisions (method)">#list_revisions</a></span>
|
|
1314
|
+
<small>DropboxApi::Endpoints::Files::ListRevisions</small>
|
|
1283
1315
|
</div>
|
|
1284
1316
|
</li>
|
|
1285
1317
|
|
|
1286
1318
|
|
|
1287
1319
|
<li class="even ">
|
|
1288
1320
|
<div class="item">
|
|
1289
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1290
|
-
<small>DropboxApi::
|
|
1321
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_revisions-instance_method" title="DropboxApi::Client#list_revisions (method)">#list_revisions</a></span>
|
|
1322
|
+
<small>DropboxApi::Client</small>
|
|
1291
1323
|
</div>
|
|
1292
1324
|
</li>
|
|
1293
1325
|
|
|
@@ -1318,8 +1350,8 @@
|
|
|
1318
1350
|
|
|
1319
1351
|
<li class="even ">
|
|
1320
1352
|
<div class="item">
|
|
1321
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1322
|
-
<small>DropboxApi::Results::
|
|
1353
|
+
<span class='object_link'><a href="DropboxApi/Results/SearchV2Result.html#matches-instance_method" title="DropboxApi::Results::SearchV2Result#matches (method)">#matches</a></span>
|
|
1354
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
1323
1355
|
</div>
|
|
1324
1356
|
</li>
|
|
1325
1357
|
|
|
@@ -1342,144 +1374,144 @@
|
|
|
1342
1374
|
|
|
1343
1375
|
<li class="odd ">
|
|
1344
1376
|
<div class="item">
|
|
1345
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1346
|
-
<small>DropboxApi::
|
|
1377
|
+
<span class='object_link'><a href="DropboxApi/Client.html#move-instance_method" title="DropboxApi::Client#move (method)">#move</a></span>
|
|
1378
|
+
<small>DropboxApi::Client</small>
|
|
1347
1379
|
</div>
|
|
1348
1380
|
</li>
|
|
1349
1381
|
|
|
1350
1382
|
|
|
1351
1383
|
<li class="even ">
|
|
1352
1384
|
<div class="item">
|
|
1353
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1354
|
-
<small>DropboxApi::
|
|
1385
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Move.html#move-instance_method" title="DropboxApi::Endpoints::Files::Move#move (method)">#move</a></span>
|
|
1386
|
+
<small>DropboxApi::Endpoints::Files::Move</small>
|
|
1355
1387
|
</div>
|
|
1356
1388
|
</li>
|
|
1357
1389
|
|
|
1358
1390
|
|
|
1359
1391
|
<li class="odd ">
|
|
1360
1392
|
<div class="item">
|
|
1361
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1362
|
-
<small>DropboxApi::Metadata::
|
|
1393
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLinkMetadata.html#new-class_method" title="DropboxApi::Metadata::SharedLinkMetadata.new (method)">new</a></span>
|
|
1394
|
+
<small>DropboxApi::Metadata::SharedLinkMetadata</small>
|
|
1363
1395
|
</div>
|
|
1364
1396
|
</li>
|
|
1365
1397
|
|
|
1366
1398
|
|
|
1367
1399
|
<li class="even ">
|
|
1368
1400
|
<div class="item">
|
|
1369
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1370
|
-
<small>DropboxApi::Results::
|
|
1401
|
+
<span class='object_link'><a href="DropboxApi/Results/CopyBatchResult.html#new-class_method" title="DropboxApi::Results::CopyBatchResult.new (method)">new</a></span>
|
|
1402
|
+
<small>DropboxApi::Results::CopyBatchResult</small>
|
|
1371
1403
|
</div>
|
|
1372
1404
|
</li>
|
|
1373
1405
|
|
|
1374
1406
|
|
|
1375
1407
|
<li class="odd ">
|
|
1376
1408
|
<div class="item">
|
|
1377
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1378
|
-
<small>DropboxApi::
|
|
1409
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileMemberAction.html#new-class_method" title="DropboxApi::Metadata::FileMemberAction.new (method)">new</a></span>
|
|
1410
|
+
<small>DropboxApi::Metadata::FileMemberAction</small>
|
|
1379
1411
|
</div>
|
|
1380
1412
|
</li>
|
|
1381
1413
|
|
|
1382
1414
|
|
|
1383
1415
|
<li class="even ">
|
|
1384
1416
|
<div class="item">
|
|
1385
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1386
|
-
<small>DropboxApi::
|
|
1417
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResult.html#new-class_method" title="DropboxApi::Results::DeleteBatchResult.new (method)">new</a></span>
|
|
1418
|
+
<small>DropboxApi::Results::DeleteBatchResult</small>
|
|
1387
1419
|
</div>
|
|
1388
1420
|
</li>
|
|
1389
1421
|
|
|
1390
1422
|
|
|
1391
1423
|
<li class="odd ">
|
|
1392
1424
|
<div class="item">
|
|
1393
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1394
|
-
<small>DropboxApi::Results::
|
|
1425
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveUrlJobStatus.html#new-class_method" title="DropboxApi::Results::SaveUrlJobStatus.new (method)">new</a></span>
|
|
1426
|
+
<small>DropboxApi::Results::SaveUrlJobStatus</small>
|
|
1395
1427
|
</div>
|
|
1396
1428
|
</li>
|
|
1397
1429
|
|
|
1398
1430
|
|
|
1399
1431
|
<li class="even ">
|
|
1400
1432
|
<div class="item">
|
|
1401
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1402
|
-
<small>DropboxApi::Results::
|
|
1433
|
+
<span class='object_link'><a href="DropboxApi/Results/ShareFolderLaunch.html#new-class_method" title="DropboxApi::Results::ShareFolderLaunch.new (method)">new</a></span>
|
|
1434
|
+
<small>DropboxApi::Results::ShareFolderLaunch</small>
|
|
1403
1435
|
</div>
|
|
1404
1436
|
</li>
|
|
1405
1437
|
|
|
1406
1438
|
|
|
1407
1439
|
<li class="odd ">
|
|
1408
1440
|
<div class="item">
|
|
1409
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1410
|
-
<small>DropboxApi::
|
|
1441
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MediaMetadata.html#new-class_method" title="DropboxApi::Metadata::MediaMetadata.new (method)">new</a></span>
|
|
1442
|
+
<small>DropboxApi::Metadata::MediaMetadata</small>
|
|
1411
1443
|
</div>
|
|
1412
1444
|
</li>
|
|
1413
1445
|
|
|
1414
1446
|
|
|
1415
1447
|
<li class="even ">
|
|
1416
1448
|
<div class="item">
|
|
1417
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1418
|
-
<small>DropboxApi::
|
|
1449
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResult.html#new-class_method" title="DropboxApi::Results::RelocationBatchResult.new (method)">new</a></span>
|
|
1450
|
+
<small>DropboxApi::Results::RelocationBatchResult</small>
|
|
1419
1451
|
</div>
|
|
1420
1452
|
</li>
|
|
1421
1453
|
|
|
1422
1454
|
|
|
1423
1455
|
<li class="odd ">
|
|
1424
1456
|
<div class="item">
|
|
1425
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1426
|
-
<small>DropboxApi::Results::
|
|
1457
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResultEntry.html#new-class_method" title="DropboxApi::Results::DeleteBatchResultEntry.new (method)">new</a></span>
|
|
1458
|
+
<small>DropboxApi::Results::DeleteBatchResultEntry</small>
|
|
1427
1459
|
</div>
|
|
1428
1460
|
</li>
|
|
1429
1461
|
|
|
1430
1462
|
|
|
1431
1463
|
<li class="even ">
|
|
1432
1464
|
<div class="item">
|
|
1433
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1434
|
-
<small>DropboxApi::
|
|
1465
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResult.html#new-class_method" title="DropboxApi::Results::CreateFolderBatchResult.new (method)">new</a></span>
|
|
1466
|
+
<small>DropboxApi::Results::CreateFolderBatchResult</small>
|
|
1435
1467
|
</div>
|
|
1436
1468
|
</li>
|
|
1437
1469
|
|
|
1438
1470
|
|
|
1439
1471
|
<li class="odd ">
|
|
1440
1472
|
<div class="item">
|
|
1441
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1442
|
-
<small>DropboxApi::Metadata::
|
|
1473
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MediaInfo.html#new-class_method" title="DropboxApi::Metadata::MediaInfo.new (method)">new</a></span>
|
|
1474
|
+
<small>DropboxApi::Metadata::MediaInfo</small>
|
|
1443
1475
|
</div>
|
|
1444
1476
|
</li>
|
|
1445
1477
|
|
|
1446
1478
|
|
|
1447
1479
|
<li class="even ">
|
|
1448
1480
|
<div class="item">
|
|
1449
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1450
|
-
<small>DropboxApi::Metadata::
|
|
1481
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span>
|
|
1482
|
+
<small>DropboxApi::Metadata::Resource</small>
|
|
1451
1483
|
</div>
|
|
1452
1484
|
</li>
|
|
1453
1485
|
|
|
1454
1486
|
|
|
1455
1487
|
<li class="odd ">
|
|
1456
1488
|
<div class="item">
|
|
1457
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1458
|
-
<small>DropboxApi::
|
|
1489
|
+
<span class='object_link'><a href="DropboxApi/Metadata/ThumbnailBatchResultEntry.html#new-class_method" title="DropboxApi::Metadata::ThumbnailBatchResultEntry.new (method)">new</a></span>
|
|
1490
|
+
<small>DropboxApi::Metadata::ThumbnailBatchResultEntry</small>
|
|
1459
1491
|
</div>
|
|
1460
1492
|
</li>
|
|
1461
1493
|
|
|
1462
1494
|
|
|
1463
1495
|
<li class="even ">
|
|
1464
1496
|
<div class="item">
|
|
1465
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1466
|
-
<small>DropboxApi::Results::
|
|
1497
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResultEntry.html#new-class_method" title="DropboxApi::Results::RelocationBatchResultEntry.new (method)">new</a></span>
|
|
1498
|
+
<small>DropboxApi::Results::RelocationBatchResultEntry</small>
|
|
1467
1499
|
</div>
|
|
1468
1500
|
</li>
|
|
1469
1501
|
|
|
1470
1502
|
|
|
1471
1503
|
<li class="odd ">
|
|
1472
1504
|
<div class="item">
|
|
1473
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1474
|
-
<small>DropboxApi::
|
|
1505
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResultEntry.html#new-class_method" title="DropboxApi::Results::CreateFolderBatchResultEntry.new (method)">new</a></span>
|
|
1506
|
+
<small>DropboxApi::Results::CreateFolderBatchResultEntry</small>
|
|
1475
1507
|
</div>
|
|
1476
1508
|
</li>
|
|
1477
1509
|
|
|
1478
1510
|
|
|
1479
1511
|
<li class="even ">
|
|
1480
1512
|
<div class="item">
|
|
1481
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1482
|
-
<small>DropboxApi::
|
|
1513
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Tag.html#new-class_method" title="DropboxApi::Metadata::Tag.new (method)">new</a></span>
|
|
1514
|
+
<small>DropboxApi::Metadata::Tag</small>
|
|
1483
1515
|
</div>
|
|
1484
1516
|
</li>
|
|
1485
1517
|
|
|
@@ -1557,6 +1589,14 @@
|
|
|
1557
1589
|
|
|
1558
1590
|
|
|
1559
1591
|
<li class="even ">
|
|
1592
|
+
<div class="item">
|
|
1593
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#regenerate_all-class_method" title="DropboxScaffoldBuilder.regenerate_all (method)">regenerate_all</a></span>
|
|
1594
|
+
<small>DropboxScaffoldBuilder</small>
|
|
1595
|
+
</div>
|
|
1596
|
+
</li>
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
<li class="odd ">
|
|
1560
1600
|
<div class="item">
|
|
1561
1601
|
<span class='object_link'><a href="DropboxApi/Endpoints/Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span>
|
|
1562
1602
|
<small>DropboxApi::Endpoints::Rpc</small>
|
|
@@ -1564,7 +1604,7 @@
|
|
|
1564
1604
|
</li>
|
|
1565
1605
|
|
|
1566
1606
|
|
|
1567
|
-
<li class="
|
|
1607
|
+
<li class="even ">
|
|
1568
1608
|
<div class="item">
|
|
1569
1609
|
<span class='object_link'><a href="DropboxApi/Results/Search/Match.html#resource-instance_method" title="DropboxApi::Results::Search::Match#resource (method)">#resource</a></span>
|
|
1570
1610
|
<small>DropboxApi::Results::Search::Match</small>
|
|
@@ -1572,6 +1612,14 @@
|
|
|
1572
1612
|
</li>
|
|
1573
1613
|
|
|
1574
1614
|
|
|
1615
|
+
<li class="odd ">
|
|
1616
|
+
<div class="item">
|
|
1617
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveCopyReferenceResult.html#resource-instance_method" title="DropboxApi::Results::SaveCopyReferenceResult#resource (method)">#resource</a></span>
|
|
1618
|
+
<small>DropboxApi::Results::SaveCopyReferenceResult</small>
|
|
1619
|
+
</div>
|
|
1620
|
+
</li>
|
|
1621
|
+
|
|
1622
|
+
|
|
1575
1623
|
<li class="even ">
|
|
1576
1624
|
<div class="item">
|
|
1577
1625
|
<span class='object_link'><a href="DropboxApi/Results/GetCopyReferenceResult.html#resource-instance_method" title="DropboxApi::Results::GetCopyReferenceResult#resource (method)">#resource</a></span>
|
|
@@ -1582,24 +1630,24 @@
|
|
|
1582
1630
|
|
|
1583
1631
|
<li class="odd ">
|
|
1584
1632
|
<div class="item">
|
|
1585
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1586
|
-
<small>DropboxApi::
|
|
1633
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SearchMatchV2.html#resource-instance_method" title="DropboxApi::Metadata::SearchMatchV2#resource (method)">#resource</a></span>
|
|
1634
|
+
<small>DropboxApi::Metadata::SearchMatchV2</small>
|
|
1587
1635
|
</div>
|
|
1588
1636
|
</li>
|
|
1589
1637
|
|
|
1590
1638
|
|
|
1591
1639
|
<li class="even ">
|
|
1592
1640
|
<div class="item">
|
|
1593
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1594
|
-
<small>DropboxApi::
|
|
1641
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Restore.html#restore-instance_method" title="DropboxApi::Endpoints::Files::Restore#restore (method)">#restore</a></span>
|
|
1642
|
+
<small>DropboxApi::Endpoints::Files::Restore</small>
|
|
1595
1643
|
</div>
|
|
1596
1644
|
</li>
|
|
1597
1645
|
|
|
1598
1646
|
|
|
1599
1647
|
<li class="odd ">
|
|
1600
1648
|
<div class="item">
|
|
1601
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1602
|
-
<small>DropboxApi::
|
|
1649
|
+
<span class='object_link'><a href="DropboxApi/Client.html#restore-instance_method" title="DropboxApi::Client#restore (method)">#restore</a></span>
|
|
1650
|
+
<small>DropboxApi::Client</small>
|
|
1603
1651
|
</div>
|
|
1604
1652
|
</li>
|
|
1605
1653
|
|
|
@@ -1630,32 +1678,32 @@
|
|
|
1630
1678
|
|
|
1631
1679
|
<li class="odd ">
|
|
1632
1680
|
<div class="item">
|
|
1633
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1634
|
-
<small>DropboxApi::
|
|
1681
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/SaveUrl.html#save_url-instance_method" title="DropboxApi::Endpoints::Files::SaveUrl#save_url (method)">#save_url</a></span>
|
|
1682
|
+
<small>DropboxApi::Endpoints::Files::SaveUrl</small>
|
|
1635
1683
|
</div>
|
|
1636
1684
|
</li>
|
|
1637
1685
|
|
|
1638
1686
|
|
|
1639
1687
|
<li class="even ">
|
|
1640
1688
|
<div class="item">
|
|
1641
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1642
|
-
<small>DropboxApi::
|
|
1689
|
+
<span class='object_link'><a href="DropboxApi/Client.html#save_url-instance_method" title="DropboxApi::Client#save_url (method)">#save_url</a></span>
|
|
1690
|
+
<small>DropboxApi::Client</small>
|
|
1643
1691
|
</div>
|
|
1644
1692
|
</li>
|
|
1645
1693
|
|
|
1646
1694
|
|
|
1647
1695
|
<li class="odd ">
|
|
1648
1696
|
<div class="item">
|
|
1649
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1650
|
-
<small>DropboxApi::
|
|
1697
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html#save_url_check_job_status-instance_method" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus#save_url_check_job_status (method)">#save_url_check_job_status</a></span>
|
|
1698
|
+
<small>DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus</small>
|
|
1651
1699
|
</div>
|
|
1652
1700
|
</li>
|
|
1653
1701
|
|
|
1654
1702
|
|
|
1655
1703
|
<li class="even ">
|
|
1656
1704
|
<div class="item">
|
|
1657
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1658
|
-
<small>DropboxApi::
|
|
1705
|
+
<span class='object_link'><a href="DropboxApi/Client.html#save_url_check_job_status-instance_method" title="DropboxApi::Client#save_url_check_job_status (method)">#save_url_check_job_status</a></span>
|
|
1706
|
+
<small>DropboxApi::Client</small>
|
|
1659
1707
|
</div>
|
|
1660
1708
|
</li>
|
|
1661
1709
|
|
|
@@ -1726,16 +1774,32 @@
|
|
|
1726
1774
|
|
|
1727
1775
|
<li class="odd ">
|
|
1728
1776
|
<div class="item">
|
|
1729
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1730
|
-
<small>DropboxApi::
|
|
1777
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#success%3F-instance_method" title="DropboxApi::ResultBuilder#success? (method)">#success?</a></span>
|
|
1778
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
1731
1779
|
</div>
|
|
1732
1780
|
</li>
|
|
1733
1781
|
|
|
1734
1782
|
|
|
1735
1783
|
<li class="even ">
|
|
1736
1784
|
<div class="item">
|
|
1737
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1738
|
-
<small>DropboxApi::
|
|
1785
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Member.html#to_hash-instance_method" title="DropboxApi::Metadata::Member#to_hash (method)">#to_hash</a></span>
|
|
1786
|
+
<small>DropboxApi::Metadata::Member</small>
|
|
1787
|
+
</div>
|
|
1788
|
+
</li>
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
<li class="odd ">
|
|
1792
|
+
<div class="item">
|
|
1793
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#to_hash-instance_method" title="DropboxApi::Metadata::SharedLink#to_hash (method)">#to_hash</a></span>
|
|
1794
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
1795
|
+
</div>
|
|
1796
|
+
</li>
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
<li class="even ">
|
|
1800
|
+
<div class="item">
|
|
1801
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Folder.html#to_hash-instance_method" title="DropboxApi::Metadata::Folder#to_hash (method)">#to_hash</a></span>
|
|
1802
|
+
<small>DropboxApi::Metadata::Folder</small>
|
|
1739
1803
|
</div>
|
|
1740
1804
|
</li>
|
|
1741
1805
|
|
|
@@ -1766,31 +1830,31 @@
|
|
|
1766
1830
|
|
|
1767
1831
|
<li class="even ">
|
|
1768
1832
|
<div class="item">
|
|
1769
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1770
|
-
<small>DropboxApi::
|
|
1833
|
+
<span class='object_link'><a href="DropboxApi/Client.html#token_revoke-instance_method" title="DropboxApi::Client#token_revoke (method)">#token_revoke</a></span>
|
|
1834
|
+
<small>DropboxApi::Client</small>
|
|
1771
1835
|
</div>
|
|
1772
1836
|
</li>
|
|
1773
1837
|
|
|
1774
1838
|
|
|
1775
1839
|
<li class="odd ">
|
|
1776
1840
|
<div class="item">
|
|
1777
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1778
|
-
<small>DropboxApi::
|
|
1841
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Auth/TokenRevoke.html#token_revoke-instance_method" title="DropboxApi::Endpoints::Auth::TokenRevoke#token_revoke (method)">#token_revoke</a></span>
|
|
1842
|
+
<small>DropboxApi::Endpoints::Auth::TokenRevoke</small>
|
|
1779
1843
|
</div>
|
|
1780
1844
|
</li>
|
|
1781
1845
|
|
|
1782
1846
|
|
|
1783
1847
|
<li class="even ">
|
|
1784
1848
|
<div class="item">
|
|
1785
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1786
|
-
<small>DropboxApi::
|
|
1849
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/UnshareFile.html#unshare_file-instance_method" title="DropboxApi::Endpoints::Sharing::UnshareFile#unshare_file (method)">#unshare_file</a></span>
|
|
1850
|
+
<small>DropboxApi::Endpoints::Sharing::UnshareFile</small>
|
|
1787
1851
|
</div>
|
|
1788
1852
|
</li>
|
|
1789
1853
|
|
|
1790
1854
|
|
|
1791
1855
|
<li class="odd ">
|
|
1792
1856
|
<div class="item">
|
|
1793
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
1857
|
+
<span class='object_link'><a href="DropboxApi/Client.html#unshare_file-instance_method" title="DropboxApi::Client#unshare_file (method)">#unshare_file</a></span>
|
|
1794
1858
|
<small>DropboxApi::Client</small>
|
|
1795
1859
|
</div>
|
|
1796
1860
|
</li>
|
|
@@ -1798,39 +1862,39 @@
|
|
|
1798
1862
|
|
|
1799
1863
|
<li class="even ">
|
|
1800
1864
|
<div class="item">
|
|
1801
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1802
|
-
<small>DropboxApi::
|
|
1865
|
+
<span class='object_link'><a href="DropboxApi/Client.html#upload-instance_method" title="DropboxApi::Client#upload (method)">#upload</a></span>
|
|
1866
|
+
<small>DropboxApi::Client</small>
|
|
1803
1867
|
</div>
|
|
1804
1868
|
</li>
|
|
1805
1869
|
|
|
1806
1870
|
|
|
1807
1871
|
<li class="odd ">
|
|
1808
1872
|
<div class="item">
|
|
1809
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1810
|
-
<small>DropboxApi::
|
|
1873
|
+
<span class='object_link'><a href="DropboxApi/ChunkedUploader.html#upload-instance_method" title="DropboxApi::ChunkedUploader#upload (method)">#upload</a></span>
|
|
1874
|
+
<small>DropboxApi::ChunkedUploader</small>
|
|
1811
1875
|
</div>
|
|
1812
1876
|
</li>
|
|
1813
1877
|
|
|
1814
1878
|
|
|
1815
1879
|
<li class="even ">
|
|
1816
1880
|
<div class="item">
|
|
1817
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1818
|
-
<small>DropboxApi::
|
|
1881
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Upload.html#upload-instance_method" title="DropboxApi::Endpoints::Files::Upload#upload (method)">#upload</a></span>
|
|
1882
|
+
<small>DropboxApi::Endpoints::Files::Upload</small>
|
|
1819
1883
|
</div>
|
|
1820
1884
|
</li>
|
|
1821
1885
|
|
|
1822
1886
|
|
|
1823
1887
|
<li class="odd ">
|
|
1824
1888
|
<div class="item">
|
|
1825
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1826
|
-
<small>DropboxApi::
|
|
1889
|
+
<span class='object_link'><a href="DropboxApi/Client.html#upload_by_chunks-instance_method" title="DropboxApi::Client#upload_by_chunks (method)">#upload_by_chunks</a></span>
|
|
1890
|
+
<small>DropboxApi::Client</small>
|
|
1827
1891
|
</div>
|
|
1828
1892
|
</li>
|
|
1829
1893
|
|
|
1830
1894
|
|
|
1831
1895
|
<li class="even ">
|
|
1832
1896
|
<div class="item">
|
|
1833
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
1897
|
+
<span class='object_link'><a href="DropboxApi/Client.html#upload_session_append_v2-instance_method" title="DropboxApi::Client#upload_session_append_v2 (method)">#upload_session_append_v2</a></span>
|
|
1834
1898
|
<small>DropboxApi::Client</small>
|
|
1835
1899
|
</div>
|
|
1836
1900
|
</li>
|
|
@@ -1838,39 +1902,39 @@
|
|
|
1838
1902
|
|
|
1839
1903
|
<li class="odd ">
|
|
1840
1904
|
<div class="item">
|
|
1841
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1842
|
-
<small>DropboxApi::
|
|
1905
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/UploadSessionAppendV2.html#upload_session_append_v2-instance_method" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2#upload_session_append_v2 (method)">#upload_session_append_v2</a></span>
|
|
1906
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionAppendV2</small>
|
|
1843
1907
|
</div>
|
|
1844
1908
|
</li>
|
|
1845
1909
|
|
|
1846
1910
|
|
|
1847
1911
|
<li class="even ">
|
|
1848
1912
|
<div class="item">
|
|
1849
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1850
|
-
<small>DropboxApi::
|
|
1913
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/UploadSessionFinish.html#upload_session_finish-instance_method" title="DropboxApi::Endpoints::Files::UploadSessionFinish#upload_session_finish (method)">#upload_session_finish</a></span>
|
|
1914
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionFinish</small>
|
|
1851
1915
|
</div>
|
|
1852
1916
|
</li>
|
|
1853
1917
|
|
|
1854
1918
|
|
|
1855
1919
|
<li class="odd ">
|
|
1856
1920
|
<div class="item">
|
|
1857
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1858
|
-
<small>DropboxApi::
|
|
1921
|
+
<span class='object_link'><a href="DropboxApi/Client.html#upload_session_finish-instance_method" title="DropboxApi::Client#upload_session_finish (method)">#upload_session_finish</a></span>
|
|
1922
|
+
<small>DropboxApi::Client</small>
|
|
1859
1923
|
</div>
|
|
1860
1924
|
</li>
|
|
1861
1925
|
|
|
1862
1926
|
|
|
1863
1927
|
<li class="even ">
|
|
1864
1928
|
<div class="item">
|
|
1865
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1866
|
-
<small>DropboxApi::
|
|
1929
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/UploadSessionStart.html#upload_session_start-instance_method" title="DropboxApi::Endpoints::Files::UploadSessionStart#upload_session_start (method)">#upload_session_start</a></span>
|
|
1930
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionStart</small>
|
|
1867
1931
|
</div>
|
|
1868
1932
|
</li>
|
|
1869
1933
|
|
|
1870
1934
|
|
|
1871
1935
|
<li class="odd ">
|
|
1872
1936
|
<div class="item">
|
|
1873
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
1937
|
+
<span class='object_link'><a href="DropboxApi/Client.html#upload_session_start-instance_method" title="DropboxApi::Client#upload_session_start (method)">#upload_session_start</a></span>
|
|
1874
1938
|
<small>DropboxApi::Client</small>
|
|
1875
1939
|
</div>
|
|
1876
1940
|
</li>
|
|
@@ -1878,40 +1942,40 @@
|
|
|
1878
1942
|
|
|
1879
1943
|
<li class="even ">
|
|
1880
1944
|
<div class="item">
|
|
1881
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1882
|
-
<small>DropboxApi::
|
|
1945
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#users-instance_method" title="DropboxApi::Results::SharedFileMembers#users (method)">#users</a></span>
|
|
1946
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
1883
1947
|
</div>
|
|
1884
1948
|
</li>
|
|
1885
1949
|
|
|
1886
1950
|
|
|
1887
1951
|
<li class="odd ">
|
|
1888
1952
|
<div class="item">
|
|
1889
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1890
|
-
<small>DropboxApi::
|
|
1953
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#users-instance_method" title="DropboxApi::Results::SharedFolderMembers#users (method)">#users</a></span>
|
|
1954
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
1891
1955
|
</div>
|
|
1892
1956
|
</li>
|
|
1893
1957
|
|
|
1894
1958
|
|
|
1895
1959
|
<li class="even ">
|
|
1896
1960
|
<div class="item">
|
|
1897
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1898
|
-
<small>DropboxApi::
|
|
1961
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileStatus.html#valid_values-class_method" title="DropboxApi::Metadata::FileStatus.valid_values (method)">valid_values</a></span>
|
|
1962
|
+
<small>DropboxApi::Metadata::FileStatus</small>
|
|
1899
1963
|
</div>
|
|
1900
1964
|
</li>
|
|
1901
1965
|
|
|
1902
1966
|
|
|
1903
1967
|
<li class="odd ">
|
|
1904
1968
|
<div class="item">
|
|
1905
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1906
|
-
<small>DropboxApi::
|
|
1969
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SearchOrderBy.html#valid_values-class_method" title="DropboxApi::Metadata::SearchOrderBy.valid_values (method)">valid_values</a></span>
|
|
1970
|
+
<small>DropboxApi::Metadata::SearchOrderBy</small>
|
|
1907
1971
|
</div>
|
|
1908
1972
|
</li>
|
|
1909
1973
|
|
|
1910
1974
|
|
|
1911
1975
|
<li class="even ">
|
|
1912
1976
|
<div class="item">
|
|
1913
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1914
|
-
<small>DropboxApi::
|
|
1977
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberAction.html#valid_values-class_method" title="DropboxApi::Metadata::MemberAction.valid_values (method)">valid_values</a></span>
|
|
1978
|
+
<small>DropboxApi::Metadata::MemberAction</small>
|
|
1915
1979
|
</div>
|
|
1916
1980
|
</li>
|
|
1917
1981
|
|
|
@@ -1926,13 +1990,21 @@
|
|
|
1926
1990
|
|
|
1927
1991
|
<li class="even ">
|
|
1928
1992
|
<div class="item">
|
|
1929
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1930
|
-
<small>DropboxApi::Metadata::
|
|
1993
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileCategory.html#valid_values-class_method" title="DropboxApi::Metadata::FileCategory.valid_values (method)">valid_values</a></span>
|
|
1994
|
+
<small>DropboxApi::Metadata::FileCategory</small>
|
|
1931
1995
|
</div>
|
|
1932
1996
|
</li>
|
|
1933
1997
|
|
|
1934
1998
|
|
|
1935
1999
|
<li class="odd ">
|
|
2000
|
+
<div class="item">
|
|
2001
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SearchMatchTypeV2.html#valid_values-class_method" title="DropboxApi::Metadata::SearchMatchTypeV2.valid_values (method)">valid_values</a></span>
|
|
2002
|
+
<small>DropboxApi::Metadata::SearchMatchTypeV2</small>
|
|
2003
|
+
</div>
|
|
2004
|
+
</li>
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
<li class="even ">
|
|
1936
2008
|
<div class="item">
|
|
1937
2009
|
<span class='object_link'><a href="DropboxApi/Metadata/Tag.html#validate-class_method" title="DropboxApi::Metadata::Tag.validate (method)">validate</a></span>
|
|
1938
2010
|
<small>DropboxApi::Metadata::Tag</small>
|
|
@@ -1940,7 +2012,7 @@
|
|
|
1940
2012
|
</li>
|
|
1941
2013
|
|
|
1942
2014
|
|
|
1943
|
-
<li class="
|
|
2015
|
+
<li class="odd ">
|
|
1944
2016
|
<div class="item">
|
|
1945
2017
|
<span class='object_link'><a href="DropboxApi/OptionsValidator.html#validate_options-instance_method" title="DropboxApi::OptionsValidator#validate_options (method)">#validate_options</a></span>
|
|
1946
2018
|
<small>DropboxApi::OptionsValidator</small>
|