dropbox_api 0.1.18 → 0.1.21
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/.rubocop.yml +9 -8
- data/.travis.yml +0 -2
- data/Gemfile +24 -3
- data/README.md +120 -24
- data/Rakefile +4 -3
- data/TODO.md +8 -0
- data/api_coverage.md +1 -1
- data/bin/console +4 -3
- data/docs/DropboxApi/Authenticator.html +14 -20
- data/docs/DropboxApi/ChunkedUploader.html +20 -20
- data/docs/DropboxApi/Client.html +2010 -915
- data/docs/DropboxApi/ConnectionBuilder.html +266 -31
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +13 -13
- data/docs/DropboxApi/Endpoints/Auth.html +6 -6
- data/docs/DropboxApi/Endpoints/Base.html +92 -11
- data/docs/DropboxApi/Endpoints/ContentDownload.html +37 -48
- data/docs/DropboxApi/Endpoints/ContentUpload.html +35 -46
- data/docs/DropboxApi/Endpoints/Files/Copy.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/Delete.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/Download.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +19 -19
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +13 -13
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/Move.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/Restore.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/Search.html +51 -99
- data/docs/DropboxApi/Endpoints/Files/SearchContinue.html +300 -0
- data/docs/DropboxApi/Endpoints/Files/Upload.html +13 -13
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +14 -14
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +15 -15
- data/docs/DropboxApi/Endpoints/Files.html +8 -8
- data/docs/DropboxApi/Endpoints/Rpc.html +36 -47
- data/docs/DropboxApi/Endpoints/RpcContent.html +28 -33
- data/docs/DropboxApi/Endpoints/RpcNotify.html +28 -33
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +15 -15
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +15 -15
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +15 -15
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +14 -14
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +15 -15
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +15 -15
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +13 -13
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +14 -14
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +14 -14
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +14 -14
- data/docs/DropboxApi/Endpoints/Sharing.html +6 -6
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +14 -14
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +14 -14
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +13 -13
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +13 -13
- 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 +18 -18
- 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/ExpiredAccessTokenError.html +143 -0
- 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 +8 -8
- 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 +12 -7
- 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/NamespaceId.html +210 -0
- 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/RootInfo.html +227 -0
- 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/TeamRootInfo.html +140 -0
- 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/UserRootInfo.html +140 -0
- 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/PathRoot.html +412 -0
- data/docs/DropboxApi/MiddleWare/Stack.html +22 -22
- data/docs/DropboxApi/MiddleWare.html +8 -8
- data/docs/DropboxApi/OptionsValidator.html +10 -10
- 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 +137 -18
- 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 +134 -43
- 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 +134 -43
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +469 -285
- data/docs/top-level-namespace.html +6 -6
- data/dropbox_api.gemspec +11 -14
- data/lib/dropbox_api/authenticator.rb +5 -8
- data/lib/dropbox_api/chunked_uploader.rb +2 -1
- data/lib/dropbox_api/client.rb +24 -2
- data/lib/dropbox_api/connection_builder.rb +39 -4
- data/lib/dropbox_api/endpoints/auth/token_revoke.rb +2 -1
- data/lib/dropbox_api/endpoints/base.rb +28 -4
- data/lib/dropbox_api/endpoints/content_download.rb +5 -7
- data/lib/dropbox_api/endpoints/content_upload.rb +3 -2
- data/lib/dropbox_api/endpoints/file_requests/create_file_request.rb +4 -3
- data/lib/dropbox_api/endpoints/files/copy.rb +4 -3
- data/lib/dropbox_api/endpoints/files/copy_batch.rb +3 -2
- data/lib/dropbox_api/endpoints/files/copy_batch_check.rb +3 -2
- data/lib/dropbox_api/endpoints/files/copy_reference_get.rb +3 -2
- data/lib/dropbox_api/endpoints/files/copy_reference_save.rb +4 -3
- data/lib/dropbox_api/endpoints/files/create_folder.rb +3 -2
- data/lib/dropbox_api/endpoints/files/create_folder_batch.rb +3 -2
- data/lib/dropbox_api/endpoints/files/create_folder_batch_check.rb +3 -2
- data/lib/dropbox_api/endpoints/files/delete.rb +3 -2
- data/lib/dropbox_api/endpoints/files/delete_batch.rb +3 -2
- data/lib/dropbox_api/endpoints/files/delete_batch_check.rb +3 -2
- data/lib/dropbox_api/endpoints/files/download.rb +3 -2
- data/lib/dropbox_api/endpoints/files/get_metadata.rb +3 -2
- data/lib/dropbox_api/endpoints/files/get_preview.rb +3 -2
- data/lib/dropbox_api/endpoints/files/get_temporary_link.rb +3 -2
- data/lib/dropbox_api/endpoints/files/get_thumbnail.rb +3 -2
- data/lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb +4 -3
- data/lib/dropbox_api/endpoints/files/list_folder.rb +3 -2
- data/lib/dropbox_api/endpoints/files/list_folder_continue.rb +3 -2
- data/lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb +2 -1
- data/lib/dropbox_api/endpoints/files/list_folder_longpoll.rb +3 -2
- data/lib/dropbox_api/endpoints/files/list_revisions.rb +3 -2
- data/lib/dropbox_api/endpoints/files/move.rb +4 -3
- data/lib/dropbox_api/endpoints/files/permanently_delete.rb +3 -2
- data/lib/dropbox_api/endpoints/files/restore.rb +4 -3
- data/lib/dropbox_api/endpoints/files/save_url.rb +4 -3
- data/lib/dropbox_api/endpoints/files/save_url_check_job_status.rb +3 -2
- data/lib/dropbox_api/endpoints/files/search.rb +16 -27
- data/lib/dropbox_api/endpoints/files/search_continue.rb +23 -0
- data/lib/dropbox_api/endpoints/files/upload.rb +2 -1
- data/lib/dropbox_api/endpoints/files/upload_session_append_v2.rb +3 -2
- data/lib/dropbox_api/endpoints/files/upload_session_finish.rb +4 -3
- data/lib/dropbox_api/endpoints/files/upload_session_start.rb +4 -3
- data/lib/dropbox_api/endpoints/rpc.rb +3 -2
- data/lib/dropbox_api/endpoints/rpc_content.rb +3 -2
- data/lib/dropbox_api/endpoints/rpc_notify.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/add_file_member.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/add_folder_member.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/create_shared_link_with_settings.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/get_shared_link_metadata.rb +3 -2
- data/lib/dropbox_api/endpoints/sharing/list_file_members.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/list_folder_members.rb +4 -3
- data/lib/dropbox_api/endpoints/sharing/list_shared_links.rb +2 -1
- data/lib/dropbox_api/endpoints/sharing/revoke_shared_link.rb +3 -2
- data/lib/dropbox_api/endpoints/sharing/share_folder.rb +3 -2
- data/lib/dropbox_api/endpoints/sharing/unshare_file.rb +3 -2
- data/lib/dropbox_api/endpoints/users/get_account.rb +3 -2
- data/lib/dropbox_api/endpoints/users/get_account_batch.rb +3 -2
- data/lib/dropbox_api/endpoints/users/get_current_account.rb +2 -1
- data/lib/dropbox_api/endpoints/users/get_space_usage.rb +2 -1
- data/lib/dropbox_api/endpoints/virtual/upload_by_chunks.rb +1 -0
- data/lib/dropbox_api/errors/add_file_member_error.rb +5 -4
- data/lib/dropbox_api/errors/add_folder_member_error.rb +11 -10
- data/lib/dropbox_api/errors/add_member_selector_error.rb +6 -5
- data/lib/dropbox_api/errors/already_shared_error.rb +1 -0
- data/lib/dropbox_api/errors/basic_error.rb +2 -1
- data/lib/dropbox_api/errors/create_file_request_error.rb +1 -0
- data/lib/dropbox_api/errors/create_folder_batch_error.rb +2 -1
- data/lib/dropbox_api/errors/create_folder_error.rb +2 -1
- data/lib/dropbox_api/errors/create_shared_link_with_settings_error.rb +6 -5
- data/lib/dropbox_api/errors/delete_error.rb +4 -3
- data/lib/dropbox_api/errors/download_error.rb +2 -1
- data/lib/dropbox_api/errors/expired_access_token_error.rb +5 -0
- data/lib/dropbox_api/errors/file_member_action_error.rb +5 -4
- data/lib/dropbox_api/errors/get_account_error.rb +2 -1
- data/lib/dropbox_api/errors/get_copy_reference_error.rb +2 -1
- data/lib/dropbox_api/errors/get_metadata_error.rb +2 -1
- data/lib/dropbox_api/errors/http_error.rb +1 -0
- data/lib/dropbox_api/errors/list_folder_continue_error.rb +3 -2
- data/lib/dropbox_api/errors/list_folder_error.rb +2 -1
- data/lib/dropbox_api/errors/list_folder_longpoll_error.rb +2 -1
- data/lib/dropbox_api/errors/list_revisions_error.rb +2 -1
- data/lib/dropbox_api/errors/list_shared_links_error.rb +3 -2
- data/lib/dropbox_api/errors/lookup_error.rb +6 -5
- data/lib/dropbox_api/errors/poll_error.rb +3 -2
- data/lib/dropbox_api/errors/preview_error.rb +5 -4
- data/lib/dropbox_api/errors/relocation_batch_entry_error.rb +4 -3
- data/lib/dropbox_api/errors/relocation_error.rb +8 -7
- data/lib/dropbox_api/errors/restore_error.rb +4 -3
- data/lib/dropbox_api/errors/revoke_shared_link_error.rb +5 -4
- data/lib/dropbox_api/errors/save_copy_reference_error.rb +6 -5
- data/lib/dropbox_api/errors/save_url_error.rb +5 -4
- data/lib/dropbox_api/errors/search_error.rb +2 -1
- data/lib/dropbox_api/errors/settings_error.rb +3 -2
- data/lib/dropbox_api/errors/share_folder_error.rb +6 -5
- data/lib/dropbox_api/errors/share_path_error.rb +12 -11
- data/lib/dropbox_api/errors/shared_folder_access_error.rb +5 -4
- data/lib/dropbox_api/errors/shared_link_error.rb +4 -3
- data/lib/dropbox_api/errors/sharing_file_access_error.rb +6 -5
- data/lib/dropbox_api/errors/sharing_user_error.rb +2 -1
- data/lib/dropbox_api/errors/thumbnail_batch_error.rb +2 -1
- data/lib/dropbox_api/errors/thumbnail_error.rb +5 -4
- data/lib/dropbox_api/errors/too_many_requests_error.rb +3 -2
- data/lib/dropbox_api/errors/unshare_file_error.rb +3 -2
- data/lib/dropbox_api/errors/upload_error.rb +2 -1
- data/lib/dropbox_api/errors/upload_session_finish_error.rb +4 -3
- data/lib/dropbox_api/errors/upload_session_lookup_error.rb +5 -4
- data/lib/dropbox_api/errors/upload_session_offset_error.rb +1 -0
- data/lib/dropbox_api/errors/upload_write_failed_error.rb +2 -1
- data/lib/dropbox_api/errors/write_conflict_error.rb +4 -3
- data/lib/dropbox_api/errors/write_error.rb +6 -5
- data/lib/dropbox_api/metadata/access_level.rb +1 -0
- data/lib/dropbox_api/metadata/add_file_member_result.rb +1 -0
- data/lib/dropbox_api/metadata/add_member.rb +3 -2
- data/lib/dropbox_api/metadata/base.rb +2 -1
- data/lib/dropbox_api/metadata/basic_account.rb +8 -1
- data/lib/dropbox_api/metadata/commit_info.rb +2 -1
- data/lib/dropbox_api/metadata/deleted.rb +1 -0
- data/lib/dropbox_api/metadata/dimensions.rb +1 -0
- data/lib/dropbox_api/metadata/field.rb +7 -4
- data/lib/dropbox_api/metadata/file.rb +2 -1
- data/lib/dropbox_api/metadata/file_categories_list.rb +9 -0
- data/lib/dropbox_api/metadata/file_category.rb +22 -0
- data/lib/dropbox_api/metadata/file_extensions_list.rb +13 -0
- data/lib/dropbox_api/metadata/file_link_metadata.rb +1 -0
- data/lib/dropbox_api/metadata/file_member_action.rb +2 -1
- data/lib/dropbox_api/metadata/file_request.rb +1 -0
- data/lib/dropbox_api/metadata/file_status.rb +14 -0
- data/lib/dropbox_api/metadata/folder.rb +2 -1
- data/lib/dropbox_api/metadata/folder_link_metadata.rb +1 -0
- data/lib/dropbox_api/metadata/folder_sharing_info.rb +1 -0
- data/lib/dropbox_api/metadata/link_permissions.rb +1 -0
- data/lib/dropbox_api/metadata/location.rb +1 -0
- data/lib/dropbox_api/metadata/media_info.rb +1 -0
- data/lib/dropbox_api/metadata/media_metadata.rb +1 -0
- data/lib/dropbox_api/metadata/member.rb +6 -5
- data/lib/dropbox_api/metadata/member_action.rb +1 -0
- data/lib/dropbox_api/metadata/member_action_list.rb +1 -0
- data/lib/dropbox_api/metadata/member_permission.rb +1 -0
- data/lib/dropbox_api/metadata/member_permission_list.rb +1 -0
- data/lib/dropbox_api/metadata/metadata_v2.rb +7 -0
- data/lib/dropbox_api/metadata/name.rb +1 -0
- data/lib/dropbox_api/metadata/namespace_id.rb +10 -0
- data/lib/dropbox_api/metadata/parent_folder_access_info.rb +1 -0
- data/lib/dropbox_api/metadata/photo_metadata.rb +1 -0
- data/lib/dropbox_api/metadata/resource.rb +2 -1
- data/lib/dropbox_api/metadata/root_info.rb +32 -0
- data/lib/dropbox_api/metadata/search_match_field_options.rb +9 -0
- data/lib/dropbox_api/metadata/search_match_type_v2.rb +16 -0
- data/lib/dropbox_api/metadata/search_match_v2.rb +18 -0
- data/lib/dropbox_api/metadata/search_options.rb +33 -0
- data/lib/dropbox_api/metadata/search_order_by.rb +14 -0
- data/lib/dropbox_api/metadata/shared_folder.rb +1 -0
- data/lib/dropbox_api/metadata/shared_folder_policy.rb +1 -0
- data/lib/dropbox_api/metadata/shared_link.rb +3 -2
- data/lib/dropbox_api/metadata/shared_link_metadata.rb +2 -1
- data/lib/dropbox_api/metadata/space_allocation.rb +1 -0
- data/lib/dropbox_api/metadata/space_usage.rb +1 -0
- data/lib/dropbox_api/metadata/tag.rb +2 -1
- data/lib/dropbox_api/metadata/team.rb +1 -0
- data/lib/dropbox_api/metadata/team_member_info.rb +1 -0
- data/lib/dropbox_api/metadata/team_root_info.rb +8 -0
- data/lib/dropbox_api/metadata/thumbnail_batch_result_data.rb +1 -0
- data/lib/dropbox_api/metadata/thumbnail_batch_result_entry.rb +3 -2
- data/lib/dropbox_api/metadata/upload_session_cursor.rb +1 -0
- data/lib/dropbox_api/metadata/user_root_info.rb +7 -0
- data/lib/dropbox_api/metadata/video_metadata.rb +1 -0
- data/lib/dropbox_api/metadata/write_mode.rb +6 -5
- data/lib/dropbox_api/middleware/decode_result.rb +3 -2
- data/lib/dropbox_api/middleware/path_root.rb +35 -0
- data/lib/dropbox_api/middleware/stack.rb +1 -0
- data/lib/dropbox_api/options_validator.rb +1 -0
- data/lib/dropbox_api/result_builder.rb +3 -2
- data/lib/dropbox_api/results/add_file_member_result_list.rb +1 -0
- data/lib/dropbox_api/results/base.rb +1 -0
- data/lib/dropbox_api/results/basic_account_batch.rb +1 -0
- data/lib/dropbox_api/results/copy_batch_result.rb +2 -1
- data/lib/dropbox_api/results/create_folder_batch_result.rb +5 -4
- data/lib/dropbox_api/results/create_folder_batch_result_entry.rb +1 -0
- data/lib/dropbox_api/results/delete_batch_result.rb +5 -4
- data/lib/dropbox_api/results/delete_batch_result_entry.rb +1 -0
- data/lib/dropbox_api/results/get_copy_reference_result.rb +4 -3
- data/lib/dropbox_api/results/get_temporary_link_result.rb +3 -2
- data/lib/dropbox_api/results/get_thumbnail_batch_result.rb +2 -1
- data/lib/dropbox_api/results/list_folder_get_latest_cursor_result.rb +2 -1
- data/lib/dropbox_api/results/list_folder_longpoll_result.rb +3 -2
- data/lib/dropbox_api/results/list_folder_result.rb +4 -3
- data/lib/dropbox_api/results/list_revisions_result.rb +3 -2
- data/lib/dropbox_api/results/list_shared_links_result.rb +4 -3
- data/lib/dropbox_api/results/relocation_batch_result.rb +5 -4
- data/lib/dropbox_api/results/relocation_batch_result_entry.rb +1 -0
- data/lib/dropbox_api/results/save_copy_reference_result.rb +2 -1
- data/lib/dropbox_api/results/save_url_job_status.rb +7 -6
- data/lib/dropbox_api/results/save_url_result.rb +2 -1
- data/lib/dropbox_api/results/search/match.rb +3 -2
- data/lib/dropbox_api/results/search_v2_result.rb +23 -0
- data/lib/dropbox_api/results/share_folder_launch.rb +4 -3
- data/lib/dropbox_api/results/shared_file_members.rb +5 -4
- data/lib/dropbox_api/results/shared_folder_members.rb +5 -4
- data/lib/dropbox_api/results/upload_session_start.rb +2 -1
- data/lib/dropbox_api/results/void_result.rb +1 -0
- data/lib/dropbox_api/version.rb +2 -1
- data/lib/dropbox_api.rb +22 -5
- data/yardoc/endpoint_handler.rb +2 -1
- data/yardoc/helpers/html_helper.rb +2 -1
- data/yardoc/rspec.rb +8 -7
- data/yardoc/templates/default/method_details/setup.rb +1 -0
- metadata +48 -85
- data/.rubocop_todo.yml +0 -442
- data/CHANGES.md +0 -7
- data/lib/dropbox_api/results/search_result.rb +0 -22
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
|
|
|
@@ -62,32 +62,32 @@
|
|
|
62
62
|
|
|
63
63
|
<li class="odd ">
|
|
64
64
|
<div class="item">
|
|
65
|
-
<span class='object_link'><a href="DropboxApi/
|
|
66
|
-
<small>DropboxApi::
|
|
65
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/AddFileMember.html#add_file_member-instance_method" title="DropboxApi::Endpoints::Sharing::AddFileMember#add_file_member (method)">#add_file_member</a></span>
|
|
66
|
+
<small>DropboxApi::Endpoints::Sharing::AddFileMember</small>
|
|
67
67
|
</div>
|
|
68
68
|
</li>
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
<li class="even ">
|
|
72
72
|
<div class="item">
|
|
73
|
-
<span class='object_link'><a href="DropboxApi/
|
|
74
|
-
<small>DropboxApi::
|
|
73
|
+
<span class='object_link'><a href="DropboxApi/Client.html#add_file_member-instance_method" title="DropboxApi::Client#add_file_member (method)">#add_file_member</a></span>
|
|
74
|
+
<small>DropboxApi::Client</small>
|
|
75
75
|
</div>
|
|
76
76
|
</li>
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
<li class="odd ">
|
|
80
80
|
<div class="item">
|
|
81
|
-
<span class='object_link'><a href="DropboxApi/
|
|
82
|
-
<small>DropboxApi::
|
|
81
|
+
<span class='object_link'><a href="DropboxApi/Client.html#add_folder_member-instance_method" title="DropboxApi::Client#add_folder_member (method)">#add_folder_member</a></span>
|
|
82
|
+
<small>DropboxApi::Client</small>
|
|
83
83
|
</div>
|
|
84
84
|
</li>
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
<li class="even ">
|
|
88
88
|
<div class="item">
|
|
89
|
-
<span class='object_link'><a href="DropboxApi/
|
|
90
|
-
<small>DropboxApi::
|
|
89
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/AddFolderMember.html#add_folder_member-instance_method" title="DropboxApi::Endpoints::Sharing::AddFolderMember#add_folder_member (method)">#add_folder_member</a></span>
|
|
90
|
+
<small>DropboxApi::Endpoints::Sharing::AddFolderMember</small>
|
|
91
91
|
</div>
|
|
92
92
|
</li>
|
|
93
93
|
|
|
@@ -124,6 +124,22 @@
|
|
|
124
124
|
</li>
|
|
125
125
|
|
|
126
126
|
|
|
127
|
+
<li class="odd ">
|
|
128
|
+
<div class="item">
|
|
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
|
+
</div>
|
|
132
|
+
</li>
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
<li class="even ">
|
|
136
|
+
<div class="item">
|
|
137
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#build-class_method" title="DropboxApi::Errors::BasicError.build (method)">build</a></span>
|
|
138
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
139
|
+
</div>
|
|
140
|
+
</li>
|
|
141
|
+
|
|
142
|
+
|
|
127
143
|
<li class="odd ">
|
|
128
144
|
<div class="item">
|
|
129
145
|
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#build-instance_method" title="DropboxApi::ConnectionBuilder#build (method)">#build</a></span>
|
|
@@ -142,21 +158,45 @@
|
|
|
142
158
|
|
|
143
159
|
<li class="odd ">
|
|
144
160
|
<div class="item">
|
|
145
|
-
<span class='object_link'><a href="DropboxApi/
|
|
146
|
-
<small>DropboxApi::
|
|
161
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcNotify.html#build_connection-instance_method" title="DropboxApi::Endpoints::RpcNotify#build_connection (method)">#build_connection</a></span>
|
|
162
|
+
<small>DropboxApi::Endpoints::RpcNotify</small>
|
|
147
163
|
</div>
|
|
148
164
|
</li>
|
|
149
165
|
|
|
150
166
|
|
|
151
167
|
<li class="even ">
|
|
152
168
|
<div class="item">
|
|
153
|
-
<span class='object_link'><a href="DropboxApi/
|
|
154
|
-
<small>DropboxApi::
|
|
169
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentUpload.html#build_connection-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_connection (method)">#build_connection</a></span>
|
|
170
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
171
|
+
</div>
|
|
172
|
+
</li>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
<li class="odd ">
|
|
176
|
+
<div class="item">
|
|
177
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcContent.html#build_connection-instance_method" title="DropboxApi::Endpoints::RpcContent#build_connection (method)">#build_connection</a></span>
|
|
178
|
+
<small>DropboxApi::Endpoints::RpcContent</small>
|
|
179
|
+
</div>
|
|
180
|
+
</li>
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
<li class="even ">
|
|
184
|
+
<div class="item">
|
|
185
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>
|
|
186
|
+
<small>DropboxApi::Endpoints::Rpc</small>
|
|
155
187
|
</div>
|
|
156
188
|
</li>
|
|
157
189
|
|
|
158
190
|
|
|
159
191
|
<li class="odd ">
|
|
192
|
+
<div class="item">
|
|
193
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#build_connection-instance_method" title="DropboxApi::Endpoints::ContentDownload#build_connection (method)">#build_connection</a></span>
|
|
194
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
195
|
+
</div>
|
|
196
|
+
</li>
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
<li class="even ">
|
|
160
200
|
<div class="item">
|
|
161
201
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_copy_batch-instance_method" title="DropboxScaffoldBuilder#build_copy_batch (method)">#build_copy_batch</a></span>
|
|
162
202
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -164,7 +204,7 @@
|
|
|
164
204
|
</li>
|
|
165
205
|
|
|
166
206
|
|
|
167
|
-
<li class="
|
|
207
|
+
<li class="odd ">
|
|
168
208
|
<div class="item">
|
|
169
209
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_create_file_request-instance_method" title="DropboxScaffoldBuilder#build_create_file_request (method)">#build_create_file_request</a></span>
|
|
170
210
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -172,7 +212,7 @@
|
|
|
172
212
|
</li>
|
|
173
213
|
|
|
174
214
|
|
|
175
|
-
<li class="
|
|
215
|
+
<li class="even ">
|
|
176
216
|
<div class="item">
|
|
177
217
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_delete-instance_method" title="DropboxScaffoldBuilder#build_delete (method)">#build_delete</a></span>
|
|
178
218
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -180,7 +220,7 @@
|
|
|
180
220
|
</li>
|
|
181
221
|
|
|
182
222
|
|
|
183
|
-
<li class="
|
|
223
|
+
<li class="odd ">
|
|
184
224
|
<div class="item">
|
|
185
225
|
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetThumbnailBatch.html#build_entries_params-instance_method" title="DropboxApi::Endpoints::Files::GetThumbnailBatch#build_entries_params (method)">#build_entries_params</a></span>
|
|
186
226
|
<small>DropboxApi::Endpoints::Files::GetThumbnailBatch</small>
|
|
@@ -188,7 +228,7 @@
|
|
|
188
228
|
</li>
|
|
189
229
|
|
|
190
230
|
|
|
191
|
-
<li class="
|
|
231
|
+
<li class="even ">
|
|
192
232
|
<div class="item">
|
|
193
233
|
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#build_error-instance_method" title="DropboxApi::ResultBuilder#build_error (method)">#build_error</a></span>
|
|
194
234
|
<small>DropboxApi::ResultBuilder</small>
|
|
@@ -196,7 +236,7 @@
|
|
|
196
236
|
</li>
|
|
197
237
|
|
|
198
238
|
|
|
199
|
-
<li class="
|
|
239
|
+
<li class="odd ">
|
|
200
240
|
<div class="item">
|
|
201
241
|
<span class='object_link'><a href="DropboxApi/Metadata/CommitInfo.html#build_from_options-class_method" title="DropboxApi::Metadata::CommitInfo.build_from_options (method)">build_from_options</a></span>
|
|
202
242
|
<small>DropboxApi::Metadata::CommitInfo</small>
|
|
@@ -204,7 +244,7 @@
|
|
|
204
244
|
</li>
|
|
205
245
|
|
|
206
246
|
|
|
207
|
-
<li class="
|
|
247
|
+
<li class="even ">
|
|
208
248
|
<div class="item">
|
|
209
249
|
<span class='object_link'><a href="DropboxApi/Metadata/AddMember.html#build_from_string-class_method" title="DropboxApi::Metadata::AddMember.build_from_string (method)">build_from_string</a></span>
|
|
210
250
|
<small>DropboxApi::Metadata::AddMember</small>
|
|
@@ -212,7 +252,7 @@
|
|
|
212
252
|
</li>
|
|
213
253
|
|
|
214
254
|
|
|
215
|
-
<li class="
|
|
255
|
+
<li class="odd ">
|
|
216
256
|
<div class="item">
|
|
217
257
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_get_metadata-instance_method" title="DropboxScaffoldBuilder#build_get_metadata (method)">#build_get_metadata</a></span>
|
|
218
258
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -220,7 +260,7 @@
|
|
|
220
260
|
</li>
|
|
221
261
|
|
|
222
262
|
|
|
223
|
-
<li class="
|
|
263
|
+
<li class="even ">
|
|
224
264
|
<div class="item">
|
|
225
265
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_get_shared_link_metadata-instance_method" title="DropboxScaffoldBuilder#build_get_shared_link_metadata (method)">#build_get_shared_link_metadata</a></span>
|
|
226
266
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -228,7 +268,7 @@
|
|
|
228
268
|
</li>
|
|
229
269
|
|
|
230
270
|
|
|
231
|
-
<li class="
|
|
271
|
+
<li class="odd ">
|
|
232
272
|
<div class="item">
|
|
233
273
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_get_thumbnail_batch-instance_method" title="DropboxScaffoldBuilder#build_get_thumbnail_batch (method)">#build_get_thumbnail_batch</a></span>
|
|
234
274
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -236,7 +276,7 @@
|
|
|
236
276
|
</li>
|
|
237
277
|
|
|
238
278
|
|
|
239
|
-
<li class="
|
|
279
|
+
<li class="even ">
|
|
240
280
|
<div class="item">
|
|
241
281
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_list_folder-instance_method" title="DropboxScaffoldBuilder#build_list_folder (method)">#build_list_folder</a></span>
|
|
242
282
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -244,26 +284,34 @@
|
|
|
244
284
|
</li>
|
|
245
285
|
|
|
246
286
|
|
|
287
|
+
<li class="odd ">
|
|
288
|
+
<div class="item">
|
|
289
|
+
<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>
|
|
290
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
291
|
+
</div>
|
|
292
|
+
</li>
|
|
293
|
+
|
|
294
|
+
|
|
247
295
|
<li class="even ">
|
|
248
296
|
<div class="item">
|
|
249
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
250
|
-
<small>DropboxApi::Endpoints::
|
|
297
|
+
<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>
|
|
298
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
251
299
|
</div>
|
|
252
300
|
</li>
|
|
253
301
|
|
|
254
302
|
|
|
255
303
|
<li class="odd ">
|
|
256
304
|
<div class="item">
|
|
257
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
258
|
-
<small>DropboxApi::Endpoints::
|
|
305
|
+
<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>
|
|
306
|
+
<small>DropboxApi::Endpoints::Rpc</small>
|
|
259
307
|
</div>
|
|
260
308
|
</li>
|
|
261
309
|
|
|
262
310
|
|
|
263
311
|
<li class="even ">
|
|
264
312
|
<div class="item">
|
|
265
|
-
<span class='object_link'><a href="
|
|
266
|
-
<small>
|
|
313
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#build_search-instance_method" title="DropboxScaffoldBuilder#build_search (method)">#build_search</a></span>
|
|
314
|
+
<small>DropboxScaffoldBuilder</small>
|
|
267
315
|
</div>
|
|
268
316
|
</li>
|
|
269
317
|
|
|
@@ -285,6 +333,14 @@
|
|
|
285
333
|
|
|
286
334
|
|
|
287
335
|
<li class="odd ">
|
|
336
|
+
<div class="item">
|
|
337
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/PathRoot.html#call-instance_method" title="DropboxApi::MiddleWare::PathRoot#call (method)">#call</a></span>
|
|
338
|
+
<small>DropboxApi::MiddleWare::PathRoot</small>
|
|
339
|
+
</div>
|
|
340
|
+
</li>
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
<li class="even ">
|
|
288
344
|
<div class="item">
|
|
289
345
|
<span class='object_link'><a href="DropboxApi/MiddleWare/DecodeResult.html#call-instance_method" title="DropboxApi::MiddleWare::DecodeResult#call (method)">#call</a></span>
|
|
290
346
|
<small>DropboxApi::MiddleWare::DecodeResult</small>
|
|
@@ -292,6 +348,14 @@
|
|
|
292
348
|
</li>
|
|
293
349
|
|
|
294
350
|
|
|
351
|
+
<li class="odd ">
|
|
352
|
+
<div class="item">
|
|
353
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#can_refresh_access_token%3F-instance_method" title="DropboxApi::ConnectionBuilder#can_refresh_access_token? (method)">#can_refresh_access_token?</a></span>
|
|
354
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
355
|
+
</div>
|
|
356
|
+
</li>
|
|
357
|
+
|
|
358
|
+
|
|
295
359
|
<li class="even ">
|
|
296
360
|
<div class="item">
|
|
297
361
|
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#cast-instance_method" title="DropboxApi::Metadata::Field#cast (method)">#cast</a></span>
|
|
@@ -374,16 +438,16 @@
|
|
|
374
438
|
|
|
375
439
|
<li class="even ">
|
|
376
440
|
<div class="item">
|
|
377
|
-
<span class='object_link'><a href="DropboxApi/
|
|
378
|
-
<small>DropboxApi::
|
|
441
|
+
<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>
|
|
442
|
+
<small>DropboxApi::Endpoints::Files::CopyBatchCheck</small>
|
|
379
443
|
</div>
|
|
380
444
|
</li>
|
|
381
445
|
|
|
382
446
|
|
|
383
447
|
<li class="odd ">
|
|
384
448
|
<div class="item">
|
|
385
|
-
<span class='object_link'><a href="DropboxApi/
|
|
386
|
-
<small>DropboxApi::
|
|
449
|
+
<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>
|
|
450
|
+
<small>DropboxApi::Client</small>
|
|
387
451
|
</div>
|
|
388
452
|
</li>
|
|
389
453
|
|
|
@@ -398,32 +462,32 @@
|
|
|
398
462
|
|
|
399
463
|
<li class="odd ">
|
|
400
464
|
<div class="item">
|
|
401
|
-
<span class='object_link'><a href="DropboxApi/
|
|
402
|
-
<small>DropboxApi::
|
|
465
|
+
<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>
|
|
466
|
+
<small>DropboxApi::Client</small>
|
|
403
467
|
</div>
|
|
404
468
|
</li>
|
|
405
469
|
|
|
406
470
|
|
|
407
471
|
<li class="even ">
|
|
408
472
|
<div class="item">
|
|
409
|
-
<span class='object_link'><a href="DropboxApi/
|
|
410
|
-
<small>DropboxApi::
|
|
473
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyReferenceGet.html#copy_reference_get-instance_method" title="DropboxApi::Endpoints::Files::CopyReferenceGet#copy_reference_get (method)">#copy_reference_get</a></span>
|
|
474
|
+
<small>DropboxApi::Endpoints::Files::CopyReferenceGet</small>
|
|
411
475
|
</div>
|
|
412
476
|
</li>
|
|
413
477
|
|
|
414
478
|
|
|
415
479
|
<li class="odd ">
|
|
416
480
|
<div class="item">
|
|
417
|
-
<span class='object_link'><a href="DropboxApi/
|
|
418
|
-
<small>DropboxApi::
|
|
481
|
+
<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>
|
|
482
|
+
<small>DropboxApi::Endpoints::Files::CopyReferenceSave</small>
|
|
419
483
|
</div>
|
|
420
484
|
</li>
|
|
421
485
|
|
|
422
486
|
|
|
423
487
|
<li class="even ">
|
|
424
488
|
<div class="item">
|
|
425
|
-
<span class='object_link'><a href="DropboxApi/
|
|
426
|
-
<small>DropboxApi::
|
|
489
|
+
<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>
|
|
490
|
+
<small>DropboxApi::Client</small>
|
|
427
491
|
</div>
|
|
428
492
|
</li>
|
|
429
493
|
|
|
@@ -446,16 +510,16 @@
|
|
|
446
510
|
|
|
447
511
|
<li class="odd ">
|
|
448
512
|
<div class="item">
|
|
449
|
-
<span class='object_link'><a href="DropboxApi/
|
|
450
|
-
<small>DropboxApi::
|
|
513
|
+
<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>
|
|
514
|
+
<small>DropboxApi::Endpoints::Files::CreateFolder</small>
|
|
451
515
|
</div>
|
|
452
516
|
</li>
|
|
453
517
|
|
|
454
518
|
|
|
455
519
|
<li class="even ">
|
|
456
520
|
<div class="item">
|
|
457
|
-
<span class='object_link'><a href="DropboxApi/
|
|
458
|
-
<small>DropboxApi::
|
|
521
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_folder-instance_method" title="DropboxApi::Client#create_folder (method)">#create_folder</a></span>
|
|
522
|
+
<small>DropboxApi::Client</small>
|
|
459
523
|
</div>
|
|
460
524
|
</li>
|
|
461
525
|
|
|
@@ -478,16 +542,16 @@
|
|
|
478
542
|
|
|
479
543
|
<li class="odd ">
|
|
480
544
|
<div class="item">
|
|
481
|
-
<span class='object_link'><a href="DropboxApi/
|
|
482
|
-
<small>DropboxApi::
|
|
545
|
+
<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>
|
|
546
|
+
<small>DropboxApi::Client</small>
|
|
483
547
|
</div>
|
|
484
548
|
</li>
|
|
485
549
|
|
|
486
550
|
|
|
487
551
|
<li class="even ">
|
|
488
552
|
<div class="item">
|
|
489
|
-
<span class='object_link'><a href="DropboxApi/
|
|
490
|
-
<small>DropboxApi::
|
|
553
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html#create_folder_batch_check-instance_method" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck#create_folder_batch_check (method)">#create_folder_batch_check</a></span>
|
|
554
|
+
<small>DropboxApi::Endpoints::Files::CreateFolderBatchCheck</small>
|
|
491
555
|
</div>
|
|
492
556
|
</li>
|
|
493
557
|
|
|
@@ -510,56 +574,56 @@
|
|
|
510
574
|
|
|
511
575
|
<li class="odd ">
|
|
512
576
|
<div class="item">
|
|
513
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
514
|
-
<small>DropboxApi::Results::
|
|
577
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFileMembers#cursor (method)">#cursor</a></span>
|
|
578
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
515
579
|
</div>
|
|
516
580
|
</li>
|
|
517
581
|
|
|
518
582
|
|
|
519
583
|
<li class="even ">
|
|
520
584
|
<div class="item">
|
|
521
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
522
|
-
<small>DropboxApi::Results::
|
|
585
|
+
<span class='object_link'><a href="DropboxApi/Results/SearchV2Result.html#cursor-instance_method" title="DropboxApi::Results::SearchV2Result#cursor (method)">#cursor</a></span>
|
|
586
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
523
587
|
</div>
|
|
524
588
|
</li>
|
|
525
589
|
|
|
526
590
|
|
|
527
591
|
<li class="odd ">
|
|
528
592
|
<div class="item">
|
|
529
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
530
|
-
<small>DropboxApi::Results::
|
|
593
|
+
<span class='object_link'><a href="DropboxApi/Results/ListSharedLinksResult.html#cursor-instance_method" title="DropboxApi::Results::ListSharedLinksResult#cursor (method)">#cursor</a></span>
|
|
594
|
+
<small>DropboxApi::Results::ListSharedLinksResult</small>
|
|
531
595
|
</div>
|
|
532
596
|
</li>
|
|
533
597
|
|
|
534
598
|
|
|
535
599
|
<li class="even ">
|
|
536
600
|
<div class="item">
|
|
537
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
538
|
-
<small>DropboxApi::Results::
|
|
601
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderGetLatestCursorResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderGetLatestCursorResult#cursor (method)">#cursor</a></span>
|
|
602
|
+
<small>DropboxApi::Results::ListFolderGetLatestCursorResult</small>
|
|
539
603
|
</div>
|
|
540
604
|
</li>
|
|
541
605
|
|
|
542
606
|
|
|
543
607
|
<li class="odd ">
|
|
544
608
|
<div class="item">
|
|
545
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
546
|
-
<small>DropboxApi::Results::
|
|
609
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFolderMembers#cursor (method)">#cursor</a></span>
|
|
610
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
547
611
|
</div>
|
|
548
612
|
</li>
|
|
549
613
|
|
|
550
614
|
|
|
551
615
|
<li class="even ">
|
|
552
616
|
<div class="item">
|
|
553
|
-
<span class='object_link'><a href="DropboxApi/
|
|
554
|
-
<small>DropboxApi::
|
|
617
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderResult#cursor (method)">#cursor</a></span>
|
|
618
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
555
619
|
</div>
|
|
556
620
|
</li>
|
|
557
621
|
|
|
558
622
|
|
|
559
623
|
<li class="odd ">
|
|
560
624
|
<div class="item">
|
|
561
|
-
<span class='object_link'><a href="DropboxApi/
|
|
562
|
-
<small>DropboxApi::
|
|
625
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/DecodeResult.html#decode-instance_method" title="DropboxApi::MiddleWare::DecodeResult#decode (method)">#decode</a></span>
|
|
626
|
+
<small>DropboxApi::MiddleWare::DecodeResult</small>
|
|
563
627
|
</div>
|
|
564
628
|
</li>
|
|
565
629
|
|
|
@@ -574,7 +638,7 @@
|
|
|
574
638
|
|
|
575
639
|
<li class="odd ">
|
|
576
640
|
<div class="item">
|
|
577
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
641
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete-instance_method" title="DropboxApi::Client#delete (method)">#delete</a></span>
|
|
578
642
|
<small>DropboxApi::Client</small>
|
|
579
643
|
</div>
|
|
580
644
|
</li>
|
|
@@ -590,7 +654,7 @@
|
|
|
590
654
|
|
|
591
655
|
<li class="odd ">
|
|
592
656
|
<div class="item">
|
|
593
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
657
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete_batch-instance_method" title="DropboxApi::Client#delete_batch (method)">#delete_batch</a></span>
|
|
594
658
|
<small>DropboxApi::Client</small>
|
|
595
659
|
</div>
|
|
596
660
|
</li>
|
|
@@ -605,6 +669,14 @@
|
|
|
605
669
|
|
|
606
670
|
|
|
607
671
|
<li class="odd ">
|
|
672
|
+
<div class="item">
|
|
673
|
+
<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>
|
|
674
|
+
<small>DropboxApi::Client</small>
|
|
675
|
+
</div>
|
|
676
|
+
</li>
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
<li class="even ">
|
|
608
680
|
<div class="item">
|
|
609
681
|
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Download.html#download-instance_method" title="DropboxApi::Endpoints::Files::Download#download (method)">#download</a></span>
|
|
610
682
|
<small>DropboxApi::Endpoints::Files::Download</small>
|
|
@@ -612,7 +684,7 @@
|
|
|
612
684
|
</li>
|
|
613
685
|
|
|
614
686
|
|
|
615
|
-
<li class="
|
|
687
|
+
<li class="odd ">
|
|
616
688
|
<div class="item">
|
|
617
689
|
<span class='object_link'><a href="DropboxApi/Client.html#download-instance_method" title="DropboxApi::Client#download (method)">#download</a></span>
|
|
618
690
|
<small>DropboxApi::Client</small>
|
|
@@ -620,6 +692,14 @@
|
|
|
620
692
|
</li>
|
|
621
693
|
|
|
622
694
|
|
|
695
|
+
<li class="even ">
|
|
696
|
+
<div class="item">
|
|
697
|
+
<span class='object_link'><a href="DropboxApi/Results/GetThumbnailBatchResult.html#entries-instance_method" title="DropboxApi::Results::GetThumbnailBatchResult#entries (method)">#entries</a></span>
|
|
698
|
+
<small>DropboxApi::Results::GetThumbnailBatchResult</small>
|
|
699
|
+
</div>
|
|
700
|
+
</li>
|
|
701
|
+
|
|
702
|
+
|
|
623
703
|
<li class="odd ">
|
|
624
704
|
<div class="item">
|
|
625
705
|
<span class='object_link'><a href="DropboxApi/Results/ListRevisionsResult.html#entries-instance_method" title="DropboxApi::Results::ListRevisionsResult#entries (method)">#entries</a></span>
|
|
@@ -637,14 +717,6 @@
|
|
|
637
717
|
|
|
638
718
|
|
|
639
719
|
<li class="odd ">
|
|
640
|
-
<div class="item">
|
|
641
|
-
<span class='object_link'><a href="DropboxApi/Results/GetThumbnailBatchResult.html#entries-instance_method" title="DropboxApi::Results::GetThumbnailBatchResult#entries (method)">#entries</a></span>
|
|
642
|
-
<small>DropboxApi::Results::GetThumbnailBatchResult</small>
|
|
643
|
-
</div>
|
|
644
|
-
</li>
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
<li class="even ">
|
|
648
720
|
<div class="item">
|
|
649
721
|
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#error-instance_method" title="DropboxApi::ResultBuilder#error (method)">#error</a></span>
|
|
650
722
|
<small>DropboxApi::ResultBuilder</small>
|
|
@@ -652,7 +724,7 @@
|
|
|
652
724
|
</li>
|
|
653
725
|
|
|
654
726
|
|
|
655
|
-
<li class="
|
|
727
|
+
<li class="even ">
|
|
656
728
|
<div class="item">
|
|
657
729
|
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#error_summary-instance_method" title="DropboxApi::ResultBuilder#error_summary (method)">#error_summary</a></span>
|
|
658
730
|
<small>DropboxApi::ResultBuilder</small>
|
|
@@ -660,7 +732,7 @@
|
|
|
660
732
|
</li>
|
|
661
733
|
|
|
662
734
|
|
|
663
|
-
<li class="
|
|
735
|
+
<li class="odd ">
|
|
664
736
|
<div class="item">
|
|
665
737
|
<span class='object_link'><a href="DropboxApi/Results/GetCopyReferenceResult.html#expires-instance_method" title="DropboxApi::Results::GetCopyReferenceResult#expires (method)">#expires</a></span>
|
|
666
738
|
<small>DropboxApi::Results::GetCopyReferenceResult</small>
|
|
@@ -668,7 +740,7 @@
|
|
|
668
740
|
</li>
|
|
669
741
|
|
|
670
742
|
|
|
671
|
-
<li class="
|
|
743
|
+
<li class="even ">
|
|
672
744
|
<div class="item">
|
|
673
745
|
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#field-class_method" title="DropboxApi::Metadata::Base.field (method)">field</a></span>
|
|
674
746
|
<small>DropboxApi::Metadata::Base</small>
|
|
@@ -676,7 +748,7 @@
|
|
|
676
748
|
</li>
|
|
677
749
|
|
|
678
750
|
|
|
679
|
-
<li class="
|
|
751
|
+
<li class="odd ">
|
|
680
752
|
<div class="item">
|
|
681
753
|
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#fields-class_method" title="DropboxApi::Metadata::Base.fields (method)">fields</a></span>
|
|
682
754
|
<small>DropboxApi::Metadata::Base</small>
|
|
@@ -684,7 +756,7 @@
|
|
|
684
756
|
</li>
|
|
685
757
|
|
|
686
758
|
|
|
687
|
-
<li class="
|
|
759
|
+
<li class="even ">
|
|
688
760
|
<div class="item">
|
|
689
761
|
<span class='object_link'><a href="DropboxApi/Results/GetTemporaryLinkResult.html#file-instance_method" title="DropboxApi::Results::GetTemporaryLinkResult#file (method)">#file</a></span>
|
|
690
762
|
<small>DropboxApi::Results::GetTemporaryLinkResult</small>
|
|
@@ -692,7 +764,7 @@
|
|
|
692
764
|
</li>
|
|
693
765
|
|
|
694
766
|
|
|
695
|
-
<li class="
|
|
767
|
+
<li class="odd ">
|
|
696
768
|
<div class="item">
|
|
697
769
|
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#find_subtype-class_method" title="DropboxApi::Errors::BasicError.find_subtype (method)">find_subtype</a></span>
|
|
698
770
|
<small>DropboxApi::Errors::BasicError</small>
|
|
@@ -700,7 +772,7 @@
|
|
|
700
772
|
</li>
|
|
701
773
|
|
|
702
774
|
|
|
703
|
-
<li class="
|
|
775
|
+
<li class="even ">
|
|
704
776
|
<div class="item">
|
|
705
777
|
<span class='object_link'><a href="DropboxApi/ChunkedUploader.html#finish-instance_method" title="DropboxApi::ChunkedUploader#finish (method)">#finish</a></span>
|
|
706
778
|
<small>DropboxApi::ChunkedUploader</small>
|
|
@@ -708,7 +780,7 @@
|
|
|
708
780
|
</li>
|
|
709
781
|
|
|
710
782
|
|
|
711
|
-
<li class="
|
|
783
|
+
<li class="odd ">
|
|
712
784
|
<div class="item">
|
|
713
785
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#fixtures_path-class_method" title="DropboxScaffoldBuilder.fixtures_path (method)">fixtures_path</a></span>
|
|
714
786
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -716,7 +788,7 @@
|
|
|
716
788
|
</li>
|
|
717
789
|
|
|
718
790
|
|
|
719
|
-
<li class="
|
|
791
|
+
<li class="even ">
|
|
720
792
|
<div class="item">
|
|
721
793
|
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#force_cast-instance_method" title="DropboxApi::Metadata::Field#force_cast (method)">#force_cast</a></span>
|
|
722
794
|
<small>DropboxApi::Metadata::Field</small>
|
|
@@ -724,7 +796,7 @@
|
|
|
724
796
|
</li>
|
|
725
797
|
|
|
726
798
|
|
|
727
|
-
<li class="
|
|
799
|
+
<li class="odd ">
|
|
728
800
|
<div class="item">
|
|
729
801
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#generate-instance_method" title="DropboxScaffoldBuilder#generate (method)">#generate</a></span>
|
|
730
802
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -732,6 +804,14 @@
|
|
|
732
804
|
</li>
|
|
733
805
|
|
|
734
806
|
|
|
807
|
+
<li class="even ">
|
|
808
|
+
<div class="item">
|
|
809
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Users/GetAccount.html#get_account-instance_method" title="DropboxApi::Endpoints::Users::GetAccount#get_account (method)">#get_account</a></span>
|
|
810
|
+
<small>DropboxApi::Endpoints::Users::GetAccount</small>
|
|
811
|
+
</div>
|
|
812
|
+
</li>
|
|
813
|
+
|
|
814
|
+
|
|
735
815
|
<li class="odd ">
|
|
736
816
|
<div class="item">
|
|
737
817
|
<span class='object_link'><a href="DropboxApi/Client.html#get_account-instance_method" title="DropboxApi::Client#get_account (method)">#get_account</a></span>
|
|
@@ -742,23 +822,23 @@
|
|
|
742
822
|
|
|
743
823
|
<li class="even ">
|
|
744
824
|
<div class="item">
|
|
745
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/Users/
|
|
746
|
-
<small>DropboxApi::Endpoints::Users::
|
|
825
|
+
<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>
|
|
826
|
+
<small>DropboxApi::Endpoints::Users::GetAccountBatch</small>
|
|
747
827
|
</div>
|
|
748
828
|
</li>
|
|
749
829
|
|
|
750
830
|
|
|
751
831
|
<li class="odd ">
|
|
752
832
|
<div class="item">
|
|
753
|
-
<span class='object_link'><a href="DropboxApi/
|
|
754
|
-
<small>DropboxApi::
|
|
833
|
+
<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>
|
|
834
|
+
<small>DropboxApi::Client</small>
|
|
755
835
|
</div>
|
|
756
836
|
</li>
|
|
757
837
|
|
|
758
838
|
|
|
759
839
|
<li class="even ">
|
|
760
840
|
<div class="item">
|
|
761
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
841
|
+
<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>
|
|
762
842
|
<small>DropboxApi::Client</small>
|
|
763
843
|
</div>
|
|
764
844
|
</li>
|
|
@@ -773,14 +853,6 @@
|
|
|
773
853
|
|
|
774
854
|
|
|
775
855
|
<li class="even ">
|
|
776
|
-
<div class="item">
|
|
777
|
-
<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>
|
|
778
|
-
<small>DropboxApi::Client</small>
|
|
779
|
-
</div>
|
|
780
|
-
</li>
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
<li class="odd ">
|
|
784
856
|
<div class="item">
|
|
785
857
|
<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>
|
|
786
858
|
<small>DropboxApi::Endpoints::Files::GetMetadata</small>
|
|
@@ -788,7 +860,7 @@
|
|
|
788
860
|
</li>
|
|
789
861
|
|
|
790
862
|
|
|
791
|
-
<li class="
|
|
863
|
+
<li class="odd ">
|
|
792
864
|
<div class="item">
|
|
793
865
|
<span class='object_link'><a href="DropboxApi/Client.html#get_metadata-instance_method" title="DropboxApi::Client#get_metadata (method)">#get_metadata</a></span>
|
|
794
866
|
<small>DropboxApi::Client</small>
|
|
@@ -796,14 +868,6 @@
|
|
|
796
868
|
</li>
|
|
797
869
|
|
|
798
870
|
|
|
799
|
-
<li class="odd ">
|
|
800
|
-
<div class="item">
|
|
801
|
-
<span class='object_link'><a href="DropboxApi/Client.html#get_preview-instance_method" title="DropboxApi::Client#get_preview (method)">#get_preview</a></span>
|
|
802
|
-
<small>DropboxApi::Client</small>
|
|
803
|
-
</div>
|
|
804
|
-
</li>
|
|
805
|
-
|
|
806
|
-
|
|
807
871
|
<li class="even ">
|
|
808
872
|
<div class="item">
|
|
809
873
|
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetPreview.html#get_preview-instance_method" title="DropboxApi::Endpoints::Files::GetPreview#get_preview (method)">#get_preview</a></span>
|
|
@@ -814,7 +878,7 @@
|
|
|
814
878
|
|
|
815
879
|
<li class="odd ">
|
|
816
880
|
<div class="item">
|
|
817
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
881
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_preview-instance_method" title="DropboxApi::Client#get_preview (method)">#get_preview</a></span>
|
|
818
882
|
<small>DropboxApi::Client</small>
|
|
819
883
|
</div>
|
|
820
884
|
</li>
|
|
@@ -830,8 +894,8 @@
|
|
|
830
894
|
|
|
831
895
|
<li class="odd ">
|
|
832
896
|
<div class="item">
|
|
833
|
-
<span class='object_link'><a href="DropboxApi/
|
|
834
|
-
<small>DropboxApi::
|
|
897
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_shared_link_metadata-instance_method" title="DropboxApi::Client#get_shared_link_metadata (method)">#get_shared_link_metadata</a></span>
|
|
898
|
+
<small>DropboxApi::Client</small>
|
|
835
899
|
</div>
|
|
836
900
|
</li>
|
|
837
901
|
|
|
@@ -846,8 +910,8 @@
|
|
|
846
910
|
|
|
847
911
|
<li class="odd ">
|
|
848
912
|
<div class="item">
|
|
849
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
850
|
-
<small>DropboxApi::Endpoints::
|
|
913
|
+
<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>
|
|
914
|
+
<small>DropboxApi::Endpoints::Users::GetSpaceUsage</small>
|
|
851
915
|
</div>
|
|
852
916
|
</li>
|
|
853
917
|
|
|
@@ -862,8 +926,8 @@
|
|
|
862
926
|
|
|
863
927
|
<li class="odd ">
|
|
864
928
|
<div class="item">
|
|
865
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/Files/
|
|
866
|
-
<small>DropboxApi::Endpoints::Files::
|
|
929
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetTemporaryLink.html#get_temporary_link-instance_method" title="DropboxApi::Endpoints::Files::GetTemporaryLink#get_temporary_link (method)">#get_temporary_link</a></span>
|
|
930
|
+
<small>DropboxApi::Endpoints::Files::GetTemporaryLink</small>
|
|
867
931
|
</div>
|
|
868
932
|
</li>
|
|
869
933
|
|
|
@@ -878,176 +942,176 @@
|
|
|
878
942
|
|
|
879
943
|
<li class="odd ">
|
|
880
944
|
<div class="item">
|
|
881
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/Files/
|
|
882
|
-
<small>DropboxApi::Endpoints::Files::
|
|
945
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/GetThumbnail.html#get_thumbnail-instance_method" title="DropboxApi::Endpoints::Files::GetThumbnail#get_thumbnail (method)">#get_thumbnail</a></span>
|
|
946
|
+
<small>DropboxApi::Endpoints::Files::GetThumbnail</small>
|
|
883
947
|
</div>
|
|
884
948
|
</li>
|
|
885
949
|
|
|
886
950
|
|
|
887
951
|
<li class="even ">
|
|
888
952
|
<div class="item">
|
|
889
|
-
<span class='object_link'><a href="DropboxApi/
|
|
890
|
-
<small>DropboxApi::
|
|
953
|
+
<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>
|
|
954
|
+
<small>DropboxApi::Endpoints::Files::GetThumbnailBatch</small>
|
|
891
955
|
</div>
|
|
892
956
|
</li>
|
|
893
957
|
|
|
894
958
|
|
|
895
959
|
<li class="odd ">
|
|
896
960
|
<div class="item">
|
|
897
|
-
<span class='object_link'><a href="DropboxApi/
|
|
898
|
-
<small>DropboxApi::
|
|
961
|
+
<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>
|
|
962
|
+
<small>DropboxApi::Client</small>
|
|
899
963
|
</div>
|
|
900
964
|
</li>
|
|
901
965
|
|
|
902
966
|
|
|
903
967
|
<li class="even ">
|
|
904
968
|
<div class="item">
|
|
905
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
906
|
-
<small>DropboxApi::Results::
|
|
969
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#groups-instance_method" title="DropboxApi::Results::SharedFileMembers#groups (method)">#groups</a></span>
|
|
970
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
907
971
|
</div>
|
|
908
972
|
</li>
|
|
909
973
|
|
|
910
974
|
|
|
911
975
|
<li class="odd ">
|
|
912
976
|
<div class="item">
|
|
913
|
-
<span class='object_link'><a href="DropboxApi/
|
|
914
|
-
<small>DropboxApi::
|
|
977
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#groups-instance_method" title="DropboxApi::Results::SharedFolderMembers#groups (method)">#groups</a></span>
|
|
978
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
915
979
|
</div>
|
|
916
980
|
</li>
|
|
917
981
|
|
|
918
982
|
|
|
919
983
|
<li class="even ">
|
|
920
984
|
<div class="item">
|
|
921
|
-
<span class='object_link'><a href="DropboxApi/
|
|
922
|
-
<small>DropboxApi::
|
|
985
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#has_error%3F-instance_method" title="DropboxApi::ResultBuilder#has_error? (method)">#has_error?</a></span>
|
|
986
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
923
987
|
</div>
|
|
924
988
|
</li>
|
|
925
989
|
|
|
926
990
|
|
|
927
991
|
<li class="odd ">
|
|
928
992
|
<div class="item">
|
|
929
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
930
|
-
<small>DropboxApi::Results::
|
|
993
|
+
<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>
|
|
994
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
931
995
|
</div>
|
|
932
996
|
</li>
|
|
933
997
|
|
|
934
998
|
|
|
935
999
|
<li class="even ">
|
|
936
1000
|
<div class="item">
|
|
937
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
938
|
-
<small>DropboxApi::Results::
|
|
1001
|
+
<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>
|
|
1002
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
939
1003
|
</div>
|
|
940
1004
|
</li>
|
|
941
1005
|
|
|
942
1006
|
|
|
943
1007
|
<li class="odd ">
|
|
944
1008
|
<div class="item">
|
|
945
|
-
<span class='object_link'><a href="DropboxApi/
|
|
946
|
-
<small>DropboxApi::
|
|
1009
|
+
<span class='object_link'><a href="DropboxApi/Results/ListSharedLinksResult.html#has_more%3F-instance_method" title="DropboxApi::Results::ListSharedLinksResult#has_more? (method)">#has_more?</a></span>
|
|
1010
|
+
<small>DropboxApi::Results::ListSharedLinksResult</small>
|
|
947
1011
|
</div>
|
|
948
1012
|
</li>
|
|
949
1013
|
|
|
950
1014
|
|
|
951
1015
|
<li class="even ">
|
|
952
1016
|
<div class="item">
|
|
953
|
-
<span class='object_link'><a href="DropboxApi/
|
|
954
|
-
<small>DropboxApi::
|
|
1017
|
+
<span class='object_link'><a href="DropboxApi/Errors/UploadSessionOffsetError.html#initialize-instance_method" title="DropboxApi::Errors::UploadSessionOffsetError#initialize (method)">#initialize</a></span>
|
|
1018
|
+
<small>DropboxApi::Errors::UploadSessionOffsetError</small>
|
|
955
1019
|
</div>
|
|
956
1020
|
</li>
|
|
957
1021
|
|
|
958
1022
|
|
|
959
1023
|
<li class="odd ">
|
|
960
1024
|
<div class="item">
|
|
961
|
-
<span class='object_link'><a href="DropboxApi/
|
|
962
|
-
<small>DropboxApi::
|
|
1025
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/Stack.html#initialize-instance_method" title="DropboxApi::MiddleWare::Stack#initialize (method)">#initialize</a></span>
|
|
1026
|
+
<small>DropboxApi::MiddleWare::Stack</small>
|
|
963
1027
|
</div>
|
|
964
1028
|
</li>
|
|
965
1029
|
|
|
966
1030
|
|
|
967
1031
|
<li class="even ">
|
|
968
1032
|
<div class="item">
|
|
969
|
-
<span class='object_link'><a href="DropboxApi/
|
|
970
|
-
<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>
|
|
971
1035
|
</div>
|
|
972
1036
|
</li>
|
|
973
1037
|
|
|
974
1038
|
|
|
975
1039
|
<li class="odd ">
|
|
976
1040
|
<div class="item">
|
|
977
|
-
<span class='object_link'><a href="DropboxApi/
|
|
978
|
-
<small>DropboxApi::
|
|
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>
|
|
979
1043
|
</div>
|
|
980
1044
|
</li>
|
|
981
1045
|
|
|
982
1046
|
|
|
983
1047
|
<li class="even ">
|
|
984
1048
|
<div class="item">
|
|
985
|
-
<span class='object_link'><a href="
|
|
986
|
-
<small>
|
|
1049
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#initialize-instance_method" title="DropboxScaffoldBuilder#initialize (method)">#initialize</a></span>
|
|
1050
|
+
<small>DropboxScaffoldBuilder</small>
|
|
987
1051
|
</div>
|
|
988
1052
|
</li>
|
|
989
1053
|
|
|
990
1054
|
|
|
991
1055
|
<li class="odd ">
|
|
992
1056
|
<div class="item">
|
|
993
|
-
<span class='object_link'><a href="DropboxApi/
|
|
994
|
-
<small>DropboxApi::
|
|
1057
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberPermissionList.html#initialize-instance_method" title="DropboxApi::Metadata::MemberPermissionList#initialize (method)">#initialize</a></span>
|
|
1058
|
+
<small>DropboxApi::Metadata::MemberPermissionList</small>
|
|
995
1059
|
</div>
|
|
996
1060
|
</li>
|
|
997
1061
|
|
|
998
1062
|
|
|
999
1063
|
<li class="even ">
|
|
1000
1064
|
<div class="item">
|
|
1001
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1002
|
-
<small>DropboxApi::
|
|
1065
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#initialize-instance_method" title="DropboxApi::Errors::BasicError#initialize (method)">#initialize</a></span>
|
|
1066
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
1003
1067
|
</div>
|
|
1004
1068
|
</li>
|
|
1005
1069
|
|
|
1006
1070
|
|
|
1007
1071
|
<li class="odd ">
|
|
1008
1072
|
<div class="item">
|
|
1009
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1010
|
-
<small>DropboxApi::Metadata::
|
|
1073
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#initialize-instance_method" title="DropboxApi::Metadata::WriteMode#initialize (method)">#initialize</a></span>
|
|
1074
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
1011
1075
|
</div>
|
|
1012
1076
|
</li>
|
|
1013
1077
|
|
|
1014
1078
|
|
|
1015
1079
|
<li class="even ">
|
|
1016
1080
|
<div class="item">
|
|
1017
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1018
|
-
<small>DropboxApi::
|
|
1081
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#initialize-instance_method" title="DropboxApi::Metadata::SharedLink#initialize (method)">#initialize</a></span>
|
|
1082
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
1019
1083
|
</div>
|
|
1020
1084
|
</li>
|
|
1021
1085
|
|
|
1022
1086
|
|
|
1023
1087
|
<li class="odd ">
|
|
1024
1088
|
<div class="item">
|
|
1025
|
-
<span class='object_link'><a href="
|
|
1026
|
-
<small>
|
|
1089
|
+
<span class='object_link'><a href="DropboxApi/Client.html#initialize-instance_method" title="DropboxApi::Client#initialize (method)">#initialize</a></span>
|
|
1090
|
+
<small>DropboxApi::Client</small>
|
|
1027
1091
|
</div>
|
|
1028
1092
|
</li>
|
|
1029
1093
|
|
|
1030
1094
|
|
|
1031
1095
|
<li class="even ">
|
|
1032
1096
|
<div class="item">
|
|
1033
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1034
|
-
<small>DropboxApi::
|
|
1097
|
+
<span class='object_link'><a href="DropboxApi/ChunkedUploader.html#initialize-instance_method" title="DropboxApi::ChunkedUploader#initialize (method)">#initialize</a></span>
|
|
1098
|
+
<small>DropboxApi::ChunkedUploader</small>
|
|
1035
1099
|
</div>
|
|
1036
1100
|
</li>
|
|
1037
1101
|
|
|
1038
1102
|
|
|
1039
1103
|
<li class="odd ">
|
|
1040
1104
|
<div class="item">
|
|
1041
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1042
|
-
<small>DropboxApi::
|
|
1105
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Member.html#initialize-instance_method" title="DropboxApi::Metadata::Member#initialize (method)">#initialize</a></span>
|
|
1106
|
+
<small>DropboxApi::Metadata::Member</small>
|
|
1043
1107
|
</div>
|
|
1044
1108
|
</li>
|
|
1045
1109
|
|
|
1046
1110
|
|
|
1047
1111
|
<li class="even ">
|
|
1048
1112
|
<div class="item">
|
|
1049
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1050
|
-
<small>DropboxApi::
|
|
1113
|
+
<span class='object_link'><a href="DropboxApi/Results/AddFileMemberResultList.html#initialize-instance_method" title="DropboxApi::Results::AddFileMemberResultList#initialize (method)">#initialize</a></span>
|
|
1114
|
+
<small>DropboxApi::Results::AddFileMemberResultList</small>
|
|
1051
1115
|
</div>
|
|
1052
1116
|
</li>
|
|
1053
1117
|
|
|
@@ -1062,80 +1126,80 @@
|
|
|
1062
1126
|
|
|
1063
1127
|
<li class="even ">
|
|
1064
1128
|
<div class="item">
|
|
1065
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1066
|
-
<small>DropboxApi::
|
|
1129
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#initialize-instance_method" title="DropboxApi::Metadata::Field#initialize (method)">#initialize</a></span>
|
|
1130
|
+
<small>DropboxApi::Metadata::Field</small>
|
|
1067
1131
|
</div>
|
|
1068
1132
|
</li>
|
|
1069
1133
|
|
|
1070
1134
|
|
|
1071
1135
|
<li class="odd ">
|
|
1072
1136
|
<div class="item">
|
|
1073
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1074
|
-
<small>DropboxApi::
|
|
1137
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span>
|
|
1138
|
+
<small>DropboxApi::Endpoints::Base</small>
|
|
1075
1139
|
</div>
|
|
1076
1140
|
</li>
|
|
1077
1141
|
|
|
1078
1142
|
|
|
1079
1143
|
<li class="even ">
|
|
1080
1144
|
<div class="item">
|
|
1081
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1082
|
-
<small>DropboxApi::
|
|
1145
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#initialize-instance_method" title="DropboxApi::Metadata::Base#initialize (method)">#initialize</a></span>
|
|
1146
|
+
<small>DropboxApi::Metadata::Base</small>
|
|
1083
1147
|
</div>
|
|
1084
1148
|
</li>
|
|
1085
1149
|
|
|
1086
1150
|
|
|
1087
1151
|
<li class="odd ">
|
|
1088
1152
|
<div class="item">
|
|
1089
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1090
|
-
<small>DropboxApi::
|
|
1153
|
+
<span class='object_link'><a href="DropboxApi/Authenticator.html#initialize-instance_method" title="DropboxApi::Authenticator#initialize (method)">#initialize</a></span>
|
|
1154
|
+
<small>DropboxApi::Authenticator</small>
|
|
1091
1155
|
</div>
|
|
1092
1156
|
</li>
|
|
1093
1157
|
|
|
1094
1158
|
|
|
1095
1159
|
<li class="even ">
|
|
1096
1160
|
<div class="item">
|
|
1097
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1098
|
-
<small>DropboxApi::
|
|
1161
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/PathRoot.html#initialize-instance_method" title="DropboxApi::MiddleWare::PathRoot#initialize (method)">#initialize</a></span>
|
|
1162
|
+
<small>DropboxApi::MiddleWare::PathRoot</small>
|
|
1099
1163
|
</div>
|
|
1100
1164
|
</li>
|
|
1101
1165
|
|
|
1102
1166
|
|
|
1103
1167
|
<li class="odd ">
|
|
1104
1168
|
<div class="item">
|
|
1105
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1106
|
-
<small>DropboxApi::
|
|
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>
|
|
1107
1171
|
</div>
|
|
1108
1172
|
</li>
|
|
1109
1173
|
|
|
1110
1174
|
|
|
1111
1175
|
<li class="even ">
|
|
1112
1176
|
<div class="item">
|
|
1113
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1114
|
-
<small>DropboxApi::
|
|
1177
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileCategoriesList.html#initialize-instance_method" title="DropboxApi::Metadata::FileCategoriesList#initialize (method)">#initialize</a></span>
|
|
1178
|
+
<small>DropboxApi::Metadata::FileCategoriesList</small>
|
|
1115
1179
|
</div>
|
|
1116
1180
|
</li>
|
|
1117
1181
|
|
|
1118
1182
|
|
|
1119
1183
|
<li class="odd ">
|
|
1120
1184
|
<div class="item">
|
|
1121
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1122
|
-
<small>DropboxApi::
|
|
1185
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileExtensionsList.html#initialize-instance_method" title="DropboxApi::Metadata::FileExtensionsList#initialize (method)">#initialize</a></span>
|
|
1186
|
+
<small>DropboxApi::Metadata::FileExtensionsList</small>
|
|
1123
1187
|
</div>
|
|
1124
1188
|
</li>
|
|
1125
1189
|
|
|
1126
1190
|
|
|
1127
1191
|
<li class="even ">
|
|
1128
1192
|
<div class="item">
|
|
1129
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1130
|
-
<small>DropboxApi::
|
|
1193
|
+
<span class='object_link'><a href="DropboxApi/Results/Base.html#initialize-instance_method" title="DropboxApi::Results::Base#initialize (method)">#initialize</a></span>
|
|
1194
|
+
<small>DropboxApi::Results::Base</small>
|
|
1131
1195
|
</div>
|
|
1132
1196
|
</li>
|
|
1133
1197
|
|
|
1134
1198
|
|
|
1135
1199
|
<li class="odd ">
|
|
1136
1200
|
<div class="item">
|
|
1137
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1138
|
-
<small>DropboxApi::
|
|
1201
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#initialize-instance_method" title="DropboxApi::ConnectionBuilder#initialize (method)">#initialize</a></span>
|
|
1202
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
1139
1203
|
</div>
|
|
1140
1204
|
</li>
|
|
1141
1205
|
|
|
@@ -1246,16 +1310,16 @@
|
|
|
1246
1310
|
|
|
1247
1311
|
<li class="odd ">
|
|
1248
1312
|
<div class="item">
|
|
1249
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1250
|
-
<small>DropboxApi::
|
|
1313
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_longpoll-instance_method" title="DropboxApi::Client#list_folder_longpoll (method)">#list_folder_longpoll</a></span>
|
|
1314
|
+
<small>DropboxApi::Client</small>
|
|
1251
1315
|
</div>
|
|
1252
1316
|
</li>
|
|
1253
1317
|
|
|
1254
1318
|
|
|
1255
1319
|
<li class="even ">
|
|
1256
1320
|
<div class="item">
|
|
1257
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1258
|
-
<small>DropboxApi::
|
|
1321
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListFolderLongpoll.html#list_folder_longpoll-instance_method" title="DropboxApi::Endpoints::Files::ListFolderLongpoll#list_folder_longpoll (method)">#list_folder_longpoll</a></span>
|
|
1322
|
+
<small>DropboxApi::Endpoints::Files::ListFolderLongpoll</small>
|
|
1259
1323
|
</div>
|
|
1260
1324
|
</li>
|
|
1261
1325
|
|
|
@@ -1318,13 +1382,21 @@
|
|
|
1318
1382
|
|
|
1319
1383
|
<li class="even ">
|
|
1320
1384
|
<div class="item">
|
|
1321
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1322
|
-
<small>DropboxApi::Results::
|
|
1385
|
+
<span class='object_link'><a href="DropboxApi/Results/SearchV2Result.html#matches-instance_method" title="DropboxApi::Results::SearchV2Result#matches (method)">#matches</a></span>
|
|
1386
|
+
<small>DropboxApi::Results::SearchV2Result</small>
|
|
1323
1387
|
</div>
|
|
1324
1388
|
</li>
|
|
1325
1389
|
|
|
1326
1390
|
|
|
1327
1391
|
<li class="odd ">
|
|
1392
|
+
<div class="item">
|
|
1393
|
+
<span class='object_link'><a href="DropboxApi/Client.html#middleware-instance_method" title="DropboxApi::Client#middleware (method)">#middleware</a></span>
|
|
1394
|
+
<small>DropboxApi::Client</small>
|
|
1395
|
+
</div>
|
|
1396
|
+
</li>
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
<li class="even ">
|
|
1328
1400
|
<div class="item">
|
|
1329
1401
|
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#middleware-instance_method" title="DropboxApi::ConnectionBuilder#middleware (method)">#middleware</a></span>
|
|
1330
1402
|
<small>DropboxApi::ConnectionBuilder</small>
|
|
@@ -1332,15 +1404,15 @@
|
|
|
1332
1404
|
</li>
|
|
1333
1405
|
|
|
1334
1406
|
|
|
1335
|
-
<li class="
|
|
1407
|
+
<li class="odd ">
|
|
1336
1408
|
<div class="item">
|
|
1337
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
1409
|
+
<span class='object_link'><a href="DropboxApi/Client.html#move-instance_method" title="DropboxApi::Client#move (method)">#move</a></span>
|
|
1338
1410
|
<small>DropboxApi::Client</small>
|
|
1339
1411
|
</div>
|
|
1340
1412
|
</li>
|
|
1341
1413
|
|
|
1342
1414
|
|
|
1343
|
-
<li class="
|
|
1415
|
+
<li class="even ">
|
|
1344
1416
|
<div class="item">
|
|
1345
1417
|
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Move.html#move-instance_method" title="DropboxApi::Endpoints::Files::Move#move (method)">#move</a></span>
|
|
1346
1418
|
<small>DropboxApi::Endpoints::Files::Move</small>
|
|
@@ -1348,9 +1420,17 @@
|
|
|
1348
1420
|
</li>
|
|
1349
1421
|
|
|
1350
1422
|
|
|
1423
|
+
<li class="odd ">
|
|
1424
|
+
<div class="item">
|
|
1425
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#namespace_id-instance_method" title="DropboxApi::ConnectionBuilder#namespace_id (method)">#namespace_id</a></span>
|
|
1426
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
1427
|
+
</div>
|
|
1428
|
+
</li>
|
|
1429
|
+
|
|
1430
|
+
|
|
1351
1431
|
<li class="even ">
|
|
1352
1432
|
<div class="item">
|
|
1353
|
-
<span class='object_link'><a href="DropboxApi/Client.html#
|
|
1433
|
+
<span class='object_link'><a href="DropboxApi/Client.html#namespace_id-instance_method" title="DropboxApi::Client#namespace_id (method)">#namespace_id</a></span>
|
|
1354
1434
|
<small>DropboxApi::Client</small>
|
|
1355
1435
|
</div>
|
|
1356
1436
|
</li>
|
|
@@ -1358,72 +1438,104 @@
|
|
|
1358
1438
|
|
|
1359
1439
|
<li class="odd ">
|
|
1360
1440
|
<div class="item">
|
|
1361
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1362
|
-
<small>DropboxApi::
|
|
1441
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/PathRoot.html#namespace_id-instance_method" title="DropboxApi::MiddleWare::PathRoot#namespace_id (method)">#namespace_id</a></span>
|
|
1442
|
+
<small>DropboxApi::MiddleWare::PathRoot</small>
|
|
1363
1443
|
</div>
|
|
1364
1444
|
</li>
|
|
1365
1445
|
|
|
1366
1446
|
|
|
1367
1447
|
<li class="even ">
|
|
1368
1448
|
<div class="item">
|
|
1369
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1370
|
-
<small>DropboxApi::
|
|
1449
|
+
<span class='object_link'><a href="DropboxApi/Client.html#namespace_id=-instance_method" title="DropboxApi::Client#namespace_id= (method)">#namespace_id=</a></span>
|
|
1450
|
+
<small>DropboxApi::Client</small>
|
|
1371
1451
|
</div>
|
|
1372
1452
|
</li>
|
|
1373
1453
|
|
|
1374
1454
|
|
|
1375
1455
|
<li class="odd ">
|
|
1376
1456
|
<div class="item">
|
|
1377
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1378
|
-
<small>DropboxApi::
|
|
1457
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/PathRoot.html#namespace_id_header_value-instance_method" title="DropboxApi::MiddleWare::PathRoot#namespace_id_header_value (method)">#namespace_id_header_value</a></span>
|
|
1458
|
+
<small>DropboxApi::MiddleWare::PathRoot</small>
|
|
1379
1459
|
</div>
|
|
1380
1460
|
</li>
|
|
1381
1461
|
|
|
1382
1462
|
|
|
1383
1463
|
<li class="even ">
|
|
1384
1464
|
<div class="item">
|
|
1385
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1386
|
-
<small>DropboxApi::
|
|
1465
|
+
<span class='object_link'><a href="DropboxApi/Results/ShareFolderLaunch.html#new-class_method" title="DropboxApi::Results::ShareFolderLaunch.new (method)">new</a></span>
|
|
1466
|
+
<small>DropboxApi::Results::ShareFolderLaunch</small>
|
|
1387
1467
|
</div>
|
|
1388
1468
|
</li>
|
|
1389
1469
|
|
|
1390
1470
|
|
|
1391
1471
|
<li class="odd ">
|
|
1392
1472
|
<div class="item">
|
|
1393
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1394
|
-
<small>DropboxApi::
|
|
1473
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLinkMetadata.html#new-class_method" title="DropboxApi::Metadata::SharedLinkMetadata.new (method)">new</a></span>
|
|
1474
|
+
<small>DropboxApi::Metadata::SharedLinkMetadata</small>
|
|
1395
1475
|
</div>
|
|
1396
1476
|
</li>
|
|
1397
1477
|
|
|
1398
1478
|
|
|
1399
1479
|
<li class="even ">
|
|
1400
1480
|
<div class="item">
|
|
1401
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1402
|
-
<small>DropboxApi::
|
|
1481
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Tag.html#new-class_method" title="DropboxApi::Metadata::Tag.new (method)">new</a></span>
|
|
1482
|
+
<small>DropboxApi::Metadata::Tag</small>
|
|
1403
1483
|
</div>
|
|
1404
1484
|
</li>
|
|
1405
1485
|
|
|
1406
1486
|
|
|
1407
1487
|
<li class="odd ">
|
|
1408
1488
|
<div class="item">
|
|
1409
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1410
|
-
<small>DropboxApi::Results::
|
|
1489
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveUrlJobStatus.html#new-class_method" title="DropboxApi::Results::SaveUrlJobStatus.new (method)">new</a></span>
|
|
1490
|
+
<small>DropboxApi::Results::SaveUrlJobStatus</small>
|
|
1411
1491
|
</div>
|
|
1412
1492
|
</li>
|
|
1413
1493
|
|
|
1414
1494
|
|
|
1415
1495
|
<li class="even ">
|
|
1416
1496
|
<div class="item">
|
|
1417
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1418
|
-
<small>DropboxApi::
|
|
1497
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResult.html#new-class_method" title="DropboxApi::Results::RelocationBatchResult.new (method)">new</a></span>
|
|
1498
|
+
<small>DropboxApi::Results::RelocationBatchResult</small>
|
|
1419
1499
|
</div>
|
|
1420
1500
|
</li>
|
|
1421
1501
|
|
|
1422
1502
|
|
|
1423
1503
|
<li class="odd ">
|
|
1424
1504
|
<div class="item">
|
|
1425
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1426
|
-
<small>DropboxApi::Results::
|
|
1505
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResult.html#new-class_method" title="DropboxApi::Results::DeleteBatchResult.new (method)">new</a></span>
|
|
1506
|
+
<small>DropboxApi::Results::DeleteBatchResult</small>
|
|
1507
|
+
</div>
|
|
1508
|
+
</li>
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
<li class="even ">
|
|
1512
|
+
<div class="item">
|
|
1513
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileMemberAction.html#new-class_method" title="DropboxApi::Metadata::FileMemberAction.new (method)">new</a></span>
|
|
1514
|
+
<small>DropboxApi::Metadata::FileMemberAction</small>
|
|
1515
|
+
</div>
|
|
1516
|
+
</li>
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
<li class="odd ">
|
|
1520
|
+
<div class="item">
|
|
1521
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span>
|
|
1522
|
+
<small>DropboxApi::Metadata::Resource</small>
|
|
1523
|
+
</div>
|
|
1524
|
+
</li>
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
<li class="even ">
|
|
1528
|
+
<div class="item">
|
|
1529
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResultEntry.html#new-class_method" title="DropboxApi::Results::DeleteBatchResultEntry.new (method)">new</a></span>
|
|
1530
|
+
<small>DropboxApi::Results::DeleteBatchResultEntry</small>
|
|
1531
|
+
</div>
|
|
1532
|
+
</li>
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
<li class="odd ">
|
|
1536
|
+
<div class="item">
|
|
1537
|
+
<span class='object_link'><a href="DropboxApi/Results/CopyBatchResult.html#new-class_method" title="DropboxApi::Results::CopyBatchResult.new (method)">new</a></span>
|
|
1538
|
+
<small>DropboxApi::Results::CopyBatchResult</small>
|
|
1427
1539
|
</div>
|
|
1428
1540
|
</li>
|
|
1429
1541
|
|
|
@@ -1438,48 +1550,48 @@
|
|
|
1438
1550
|
|
|
1439
1551
|
<li class="odd ">
|
|
1440
1552
|
<div class="item">
|
|
1441
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1442
|
-
<small>DropboxApi::
|
|
1553
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResult.html#new-class_method" title="DropboxApi::Results::CreateFolderBatchResult.new (method)">new</a></span>
|
|
1554
|
+
<small>DropboxApi::Results::CreateFolderBatchResult</small>
|
|
1443
1555
|
</div>
|
|
1444
1556
|
</li>
|
|
1445
1557
|
|
|
1446
1558
|
|
|
1447
1559
|
<li class="even ">
|
|
1448
1560
|
<div class="item">
|
|
1449
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1450
|
-
<small>DropboxApi::Metadata::
|
|
1561
|
+
<span class='object_link'><a href="DropboxApi/Metadata/RootInfo.html#new-class_method" title="DropboxApi::Metadata::RootInfo.new (method)">new</a></span>
|
|
1562
|
+
<small>DropboxApi::Metadata::RootInfo</small>
|
|
1451
1563
|
</div>
|
|
1452
1564
|
</li>
|
|
1453
1565
|
|
|
1454
1566
|
|
|
1455
1567
|
<li class="odd ">
|
|
1456
1568
|
<div class="item">
|
|
1457
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1458
|
-
<small>DropboxApi::
|
|
1569
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MediaInfo.html#new-class_method" title="DropboxApi::Metadata::MediaInfo.new (method)">new</a></span>
|
|
1570
|
+
<small>DropboxApi::Metadata::MediaInfo</small>
|
|
1459
1571
|
</div>
|
|
1460
1572
|
</li>
|
|
1461
1573
|
|
|
1462
1574
|
|
|
1463
1575
|
<li class="even ">
|
|
1464
1576
|
<div class="item">
|
|
1465
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1466
|
-
<small>DropboxApi::Results::
|
|
1577
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResultEntry.html#new-class_method" title="DropboxApi::Results::CreateFolderBatchResultEntry.new (method)">new</a></span>
|
|
1578
|
+
<small>DropboxApi::Results::CreateFolderBatchResultEntry</small>
|
|
1467
1579
|
</div>
|
|
1468
1580
|
</li>
|
|
1469
1581
|
|
|
1470
1582
|
|
|
1471
1583
|
<li class="odd ">
|
|
1472
1584
|
<div class="item">
|
|
1473
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1474
|
-
<small>DropboxApi::
|
|
1585
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResultEntry.html#new-class_method" title="DropboxApi::Results::RelocationBatchResultEntry.new (method)">new</a></span>
|
|
1586
|
+
<small>DropboxApi::Results::RelocationBatchResultEntry</small>
|
|
1475
1587
|
</div>
|
|
1476
1588
|
</li>
|
|
1477
1589
|
|
|
1478
1590
|
|
|
1479
1591
|
<li class="even ">
|
|
1480
1592
|
<div class="item">
|
|
1481
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1482
|
-
<small>DropboxApi::
|
|
1593
|
+
<span class='object_link'><a href="DropboxApi/Metadata/ThumbnailBatchResultEntry.html#new-class_method" title="DropboxApi::Metadata::ThumbnailBatchResultEntry.new (method)">new</a></span>
|
|
1594
|
+
<small>DropboxApi::Metadata::ThumbnailBatchResultEntry</small>
|
|
1483
1595
|
</div>
|
|
1484
1596
|
</li>
|
|
1485
1597
|
|
|
@@ -1502,32 +1614,32 @@
|
|
|
1502
1614
|
|
|
1503
1615
|
<li class="odd ">
|
|
1504
1616
|
<div class="item">
|
|
1505
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1506
|
-
<small>DropboxApi::Endpoints::
|
|
1617
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#perform_request-instance_method" title="DropboxApi::Endpoints::ContentDownload#perform_request (method)">#perform_request</a></span>
|
|
1618
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
1507
1619
|
</div>
|
|
1508
1620
|
</li>
|
|
1509
1621
|
|
|
1510
1622
|
|
|
1511
1623
|
<li class="even ">
|
|
1512
1624
|
<div class="item">
|
|
1513
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1514
|
-
<small>DropboxApi::Endpoints::
|
|
1625
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentUpload.html#perform_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#perform_request (method)">#perform_request</a></span>
|
|
1626
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
1515
1627
|
</div>
|
|
1516
1628
|
</li>
|
|
1517
1629
|
|
|
1518
1630
|
|
|
1519
1631
|
<li class="odd ">
|
|
1520
1632
|
<div class="item">
|
|
1521
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1522
|
-
<small>DropboxApi::
|
|
1633
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/PermanentlyDelete.html#permanently_delete-instance_method" title="DropboxApi::Endpoints::Files::PermanentlyDelete#permanently_delete (method)">#permanently_delete</a></span>
|
|
1634
|
+
<small>DropboxApi::Endpoints::Files::PermanentlyDelete</small>
|
|
1523
1635
|
</div>
|
|
1524
1636
|
</li>
|
|
1525
1637
|
|
|
1526
1638
|
|
|
1527
1639
|
<li class="even ">
|
|
1528
1640
|
<div class="item">
|
|
1529
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1530
|
-
<small>DropboxApi::
|
|
1641
|
+
<span class='object_link'><a href="DropboxApi/Client.html#permanently_delete-instance_method" title="DropboxApi::Client#permanently_delete (method)">#permanently_delete</a></span>
|
|
1642
|
+
<small>DropboxApi::Client</small>
|
|
1531
1643
|
</div>
|
|
1532
1644
|
</li>
|
|
1533
1645
|
|
|
@@ -1549,6 +1661,14 @@
|
|
|
1549
1661
|
|
|
1550
1662
|
|
|
1551
1663
|
<li class="odd ">
|
|
1664
|
+
<div class="item">
|
|
1665
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#refresh_access_token-instance_method" title="DropboxApi::ConnectionBuilder#refresh_access_token (method)">#refresh_access_token</a></span>
|
|
1666
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
1667
|
+
</div>
|
|
1668
|
+
</li>
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
<li class="even ">
|
|
1552
1672
|
<div class="item">
|
|
1553
1673
|
<span class='object_link'><a href="DropboxScaffoldBuilder.html#regenerate-class_method" title="DropboxScaffoldBuilder.regenerate (method)">regenerate</a></span>
|
|
1554
1674
|
<small>DropboxScaffoldBuilder</small>
|
|
@@ -1556,6 +1676,14 @@
|
|
|
1556
1676
|
</li>
|
|
1557
1677
|
|
|
1558
1678
|
|
|
1679
|
+
<li class="odd ">
|
|
1680
|
+
<div class="item">
|
|
1681
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#regenerate_all-class_method" title="DropboxScaffoldBuilder.regenerate_all (method)">regenerate_all</a></span>
|
|
1682
|
+
<small>DropboxScaffoldBuilder</small>
|
|
1683
|
+
</div>
|
|
1684
|
+
</li>
|
|
1685
|
+
|
|
1686
|
+
|
|
1559
1687
|
<li class="even ">
|
|
1560
1688
|
<div class="item">
|
|
1561
1689
|
<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>
|
|
@@ -1566,32 +1694,32 @@
|
|
|
1566
1694
|
|
|
1567
1695
|
<li class="odd ">
|
|
1568
1696
|
<div class="item">
|
|
1569
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1570
|
-
<small>DropboxApi::Results::
|
|
1697
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveCopyReferenceResult.html#resource-instance_method" title="DropboxApi::Results::SaveCopyReferenceResult#resource (method)">#resource</a></span>
|
|
1698
|
+
<small>DropboxApi::Results::SaveCopyReferenceResult</small>
|
|
1571
1699
|
</div>
|
|
1572
1700
|
</li>
|
|
1573
1701
|
|
|
1574
1702
|
|
|
1575
1703
|
<li class="even ">
|
|
1576
1704
|
<div class="item">
|
|
1577
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1578
|
-
<small>DropboxApi::Results::
|
|
1705
|
+
<span class='object_link'><a href="DropboxApi/Results/Search/Match.html#resource-instance_method" title="DropboxApi::Results::Search::Match#resource (method)">#resource</a></span>
|
|
1706
|
+
<small>DropboxApi::Results::Search::Match</small>
|
|
1579
1707
|
</div>
|
|
1580
1708
|
</li>
|
|
1581
1709
|
|
|
1582
1710
|
|
|
1583
1711
|
<li class="odd ">
|
|
1584
1712
|
<div class="item">
|
|
1585
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1586
|
-
<small>DropboxApi::
|
|
1713
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SearchMatchV2.html#resource-instance_method" title="DropboxApi::Metadata::SearchMatchV2#resource (method)">#resource</a></span>
|
|
1714
|
+
<small>DropboxApi::Metadata::SearchMatchV2</small>
|
|
1587
1715
|
</div>
|
|
1588
1716
|
</li>
|
|
1589
1717
|
|
|
1590
1718
|
|
|
1591
1719
|
<li class="even ">
|
|
1592
1720
|
<div class="item">
|
|
1593
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1594
|
-
<small>DropboxApi::
|
|
1721
|
+
<span class='object_link'><a href="DropboxApi/Results/GetCopyReferenceResult.html#resource-instance_method" title="DropboxApi::Results::GetCopyReferenceResult#resource (method)">#resource</a></span>
|
|
1722
|
+
<small>DropboxApi::Results::GetCopyReferenceResult</small>
|
|
1595
1723
|
</div>
|
|
1596
1724
|
</li>
|
|
1597
1725
|
|
|
@@ -1605,6 +1733,14 @@
|
|
|
1605
1733
|
|
|
1606
1734
|
|
|
1607
1735
|
<li class="even ">
|
|
1736
|
+
<div class="item">
|
|
1737
|
+
<span class='object_link'><a href="DropboxApi/Client.html#restore-instance_method" title="DropboxApi::Client#restore (method)">#restore</a></span>
|
|
1738
|
+
<small>DropboxApi::Client</small>
|
|
1739
|
+
</div>
|
|
1740
|
+
</li>
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
<li class="odd ">
|
|
1608
1744
|
<div class="item">
|
|
1609
1745
|
<span class='object_link'><a href="DropboxApi/Errors/TooManyRequestsError.html#retry_after-instance_method" title="DropboxApi::Errors::TooManyRequestsError#retry_after (method)">#retry_after</a></span>
|
|
1610
1746
|
<small>DropboxApi::Errors::TooManyRequestsError</small>
|
|
@@ -1612,7 +1748,7 @@
|
|
|
1612
1748
|
</li>
|
|
1613
1749
|
|
|
1614
1750
|
|
|
1615
|
-
<li class="
|
|
1751
|
+
<li class="even ">
|
|
1616
1752
|
<div class="item">
|
|
1617
1753
|
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/RevokeSharedLink.html#revoke_shared_link-instance_method" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink#revoke_shared_link (method)">#revoke_shared_link</a></span>
|
|
1618
1754
|
<small>DropboxApi::Endpoints::Sharing::RevokeSharedLink</small>
|
|
@@ -1620,7 +1756,7 @@
|
|
|
1620
1756
|
</li>
|
|
1621
1757
|
|
|
1622
1758
|
|
|
1623
|
-
<li class="
|
|
1759
|
+
<li class="odd ">
|
|
1624
1760
|
<div class="item">
|
|
1625
1761
|
<span class='object_link'><a href="DropboxApi/Client.html#revoke_shared_link-instance_method" title="DropboxApi::Client#revoke_shared_link (method)">#revoke_shared_link</a></span>
|
|
1626
1762
|
<small>DropboxApi::Client</small>
|
|
@@ -1628,7 +1764,7 @@
|
|
|
1628
1764
|
</li>
|
|
1629
1765
|
|
|
1630
1766
|
|
|
1631
|
-
<li class="
|
|
1767
|
+
<li class="even ">
|
|
1632
1768
|
<div class="item">
|
|
1633
1769
|
<span class='object_link'><a href="DropboxApi/Client.html#save_url-instance_method" title="DropboxApi::Client#save_url (method)">#save_url</a></span>
|
|
1634
1770
|
<small>DropboxApi::Client</small>
|
|
@@ -1636,7 +1772,7 @@
|
|
|
1636
1772
|
</li>
|
|
1637
1773
|
|
|
1638
1774
|
|
|
1639
|
-
<li class="
|
|
1775
|
+
<li class="odd ">
|
|
1640
1776
|
<div class="item">
|
|
1641
1777
|
<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>
|
|
1642
1778
|
<small>DropboxApi::Endpoints::Files::SaveUrl</small>
|
|
@@ -1644,7 +1780,7 @@
|
|
|
1644
1780
|
</li>
|
|
1645
1781
|
|
|
1646
1782
|
|
|
1647
|
-
<li class="
|
|
1783
|
+
<li class="even ">
|
|
1648
1784
|
<div class="item">
|
|
1649
1785
|
<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>
|
|
1650
1786
|
<small>DropboxApi::Client</small>
|
|
@@ -1652,7 +1788,7 @@
|
|
|
1652
1788
|
</li>
|
|
1653
1789
|
|
|
1654
1790
|
|
|
1655
|
-
<li class="
|
|
1791
|
+
<li class="odd ">
|
|
1656
1792
|
<div class="item">
|
|
1657
1793
|
<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>
|
|
1658
1794
|
<small>DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus</small>
|
|
@@ -1660,6 +1796,14 @@
|
|
|
1660
1796
|
</li>
|
|
1661
1797
|
|
|
1662
1798
|
|
|
1799
|
+
<li class="even ">
|
|
1800
|
+
<div class="item">
|
|
1801
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Search.html#search-instance_method" title="DropboxApi::Endpoints::Files::Search#search (method)">#search</a></span>
|
|
1802
|
+
<small>DropboxApi::Endpoints::Files::Search</small>
|
|
1803
|
+
</div>
|
|
1804
|
+
</li>
|
|
1805
|
+
|
|
1806
|
+
|
|
1663
1807
|
<li class="odd ">
|
|
1664
1808
|
<div class="item">
|
|
1665
1809
|
<span class='object_link'><a href="DropboxApi/Client.html#search-instance_method" title="DropboxApi::Client#search (method)">#search</a></span>
|
|
@@ -1670,32 +1814,32 @@
|
|
|
1670
1814
|
|
|
1671
1815
|
<li class="even ">
|
|
1672
1816
|
<div class="item">
|
|
1673
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/Files/
|
|
1674
|
-
<small>DropboxApi::Endpoints::Files::
|
|
1817
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/SearchContinue.html#search_continue-instance_method" title="DropboxApi::Endpoints::Files::SearchContinue#search_continue (method)">#search_continue</a></span>
|
|
1818
|
+
<small>DropboxApi::Endpoints::Files::SearchContinue</small>
|
|
1675
1819
|
</div>
|
|
1676
1820
|
</li>
|
|
1677
1821
|
|
|
1678
1822
|
|
|
1679
1823
|
<li class="odd ">
|
|
1680
1824
|
<div class="item">
|
|
1681
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1682
|
-
<small>DropboxApi::
|
|
1825
|
+
<span class='object_link'><a href="DropboxApi/Client.html#search_continue-instance_method" title="DropboxApi::Client#search_continue (method)">#search_continue</a></span>
|
|
1826
|
+
<small>DropboxApi::Client</small>
|
|
1683
1827
|
</div>
|
|
1684
1828
|
</li>
|
|
1685
1829
|
|
|
1686
1830
|
|
|
1687
1831
|
<li class="even ">
|
|
1688
1832
|
<div class="item">
|
|
1689
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1690
|
-
<small>DropboxApi::
|
|
1833
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#serialized_field-instance_method" title="DropboxApi::Metadata::Base#serialized_field (method)">#serialized_field</a></span>
|
|
1834
|
+
<small>DropboxApi::Metadata::Base</small>
|
|
1691
1835
|
</div>
|
|
1692
1836
|
</li>
|
|
1693
1837
|
|
|
1694
1838
|
|
|
1695
1839
|
<li class="odd ">
|
|
1696
1840
|
<div class="item">
|
|
1697
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1698
|
-
<small>DropboxApi::
|
|
1841
|
+
<span class='object_link'><a href="DropboxApi/Results/UploadSessionStart.html#session_id-instance_method" title="DropboxApi::Results::UploadSessionStart#session_id (method)">#session_id</a></span>
|
|
1842
|
+
<small>DropboxApi::Results::UploadSessionStart</small>
|
|
1699
1843
|
</div>
|
|
1700
1844
|
</li>
|
|
1701
1845
|
|
|
@@ -1710,24 +1854,24 @@
|
|
|
1710
1854
|
|
|
1711
1855
|
<li class="odd ">
|
|
1712
1856
|
<div class="item">
|
|
1713
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1714
|
-
<small>DropboxApi::
|
|
1857
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/ShareFolder.html#share_folder-instance_method" title="DropboxApi::Endpoints::Sharing::ShareFolder#share_folder (method)">#share_folder</a></span>
|
|
1858
|
+
<small>DropboxApi::Endpoints::Sharing::ShareFolder</small>
|
|
1715
1859
|
</div>
|
|
1716
1860
|
</li>
|
|
1717
1861
|
|
|
1718
1862
|
|
|
1719
1863
|
<li class="even ">
|
|
1720
1864
|
<div class="item">
|
|
1721
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1722
|
-
<small>DropboxApi::
|
|
1865
|
+
<span class='object_link'><a href="DropboxApi/Errors/AlreadySharedError.html#shared_folder-instance_method" title="DropboxApi::Errors::AlreadySharedError#shared_folder (method)">#shared_folder</a></span>
|
|
1866
|
+
<small>DropboxApi::Errors::AlreadySharedError</small>
|
|
1723
1867
|
</div>
|
|
1724
1868
|
</li>
|
|
1725
1869
|
|
|
1726
1870
|
|
|
1727
1871
|
<li class="odd ">
|
|
1728
1872
|
<div class="item">
|
|
1729
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1730
|
-
<small>DropboxApi::
|
|
1873
|
+
<span class='object_link'><a href="DropboxApi/ChunkedUploader.html#start-instance_method" title="DropboxApi::ChunkedUploader#start (method)">#start</a></span>
|
|
1874
|
+
<small>DropboxApi::ChunkedUploader</small>
|
|
1731
1875
|
</div>
|
|
1732
1876
|
</li>
|
|
1733
1877
|
|
|
@@ -1742,56 +1886,56 @@
|
|
|
1742
1886
|
|
|
1743
1887
|
<li class="odd ">
|
|
1744
1888
|
<div class="item">
|
|
1745
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1746
|
-
<small>DropboxApi::Metadata::
|
|
1889
|
+
<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>
|
|
1890
|
+
<small>DropboxApi::Metadata::Folder</small>
|
|
1747
1891
|
</div>
|
|
1748
1892
|
</li>
|
|
1749
1893
|
|
|
1750
1894
|
|
|
1751
1895
|
<li class="even ">
|
|
1752
1896
|
<div class="item">
|
|
1753
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1754
|
-
<small>DropboxApi::Metadata::
|
|
1897
|
+
<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>
|
|
1898
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
1755
1899
|
</div>
|
|
1756
1900
|
</li>
|
|
1757
1901
|
|
|
1758
1902
|
|
|
1759
1903
|
<li class="odd ">
|
|
1760
1904
|
<div class="item">
|
|
1761
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1762
|
-
<small>DropboxApi::Metadata::
|
|
1905
|
+
<span class='object_link'><a href="DropboxApi/Metadata/NamespaceId.html#to_hash-instance_method" title="DropboxApi::Metadata::NamespaceId#to_hash (method)">#to_hash</a></span>
|
|
1906
|
+
<small>DropboxApi::Metadata::NamespaceId</small>
|
|
1763
1907
|
</div>
|
|
1764
1908
|
</li>
|
|
1765
1909
|
|
|
1766
1910
|
|
|
1767
1911
|
<li class="even ">
|
|
1768
1912
|
<div class="item">
|
|
1769
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1770
|
-
<small>DropboxApi::Metadata::
|
|
1913
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#to_hash-instance_method" title="DropboxApi::Metadata::WriteMode#to_hash (method)">#to_hash</a></span>
|
|
1914
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
1771
1915
|
</div>
|
|
1772
1916
|
</li>
|
|
1773
1917
|
|
|
1774
1918
|
|
|
1775
1919
|
<li class="odd ">
|
|
1776
1920
|
<div class="item">
|
|
1777
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1778
|
-
<small>DropboxApi::Metadata::
|
|
1921
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#to_hash-instance_method" title="DropboxApi::Metadata::Base#to_hash (method)">#to_hash</a></span>
|
|
1922
|
+
<small>DropboxApi::Metadata::Base</small>
|
|
1779
1923
|
</div>
|
|
1780
1924
|
</li>
|
|
1781
1925
|
|
|
1782
1926
|
|
|
1783
1927
|
<li class="even ">
|
|
1784
1928
|
<div class="item">
|
|
1785
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1786
|
-
<small>DropboxApi::Metadata::
|
|
1929
|
+
<span class='object_link'><a href="DropboxApi/Metadata/File.html#to_hash-instance_method" title="DropboxApi::Metadata::File#to_hash (method)">#to_hash</a></span>
|
|
1930
|
+
<small>DropboxApi::Metadata::File</small>
|
|
1787
1931
|
</div>
|
|
1788
1932
|
</li>
|
|
1789
1933
|
|
|
1790
1934
|
|
|
1791
1935
|
<li class="odd ">
|
|
1792
1936
|
<div class="item">
|
|
1793
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1794
|
-
<small>DropboxApi::
|
|
1937
|
+
<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>
|
|
1938
|
+
<small>DropboxApi::Metadata::Member</small>
|
|
1795
1939
|
</div>
|
|
1796
1940
|
</li>
|
|
1797
1941
|
|
|
@@ -1806,8 +1950,8 @@
|
|
|
1806
1950
|
|
|
1807
1951
|
<li class="odd ">
|
|
1808
1952
|
<div class="item">
|
|
1809
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1810
|
-
<small>DropboxApi::
|
|
1953
|
+
<span class='object_link'><a href="DropboxApi/Client.html#token_revoke-instance_method" title="DropboxApi::Client#token_revoke (method)">#token_revoke</a></span>
|
|
1954
|
+
<small>DropboxApi::Client</small>
|
|
1811
1955
|
</div>
|
|
1812
1956
|
</li>
|
|
1813
1957
|
|
|
@@ -1822,8 +1966,8 @@
|
|
|
1822
1966
|
|
|
1823
1967
|
<li class="odd ">
|
|
1824
1968
|
<div class="item">
|
|
1825
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1826
|
-
<small>DropboxApi::Endpoints::
|
|
1969
|
+
<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>
|
|
1970
|
+
<small>DropboxApi::Endpoints::Sharing::UnshareFile</small>
|
|
1827
1971
|
</div>
|
|
1828
1972
|
</li>
|
|
1829
1973
|
|
|
@@ -1845,6 +1989,14 @@
|
|
|
1845
1989
|
|
|
1846
1990
|
|
|
1847
1991
|
<li class="even ">
|
|
1992
|
+
<div class="item">
|
|
1993
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Upload.html#upload-instance_method" title="DropboxApi::Endpoints::Files::Upload#upload (method)">#upload</a></span>
|
|
1994
|
+
<small>DropboxApi::Endpoints::Files::Upload</small>
|
|
1995
|
+
</div>
|
|
1996
|
+
</li>
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
<li class="odd ">
|
|
1848
2000
|
<div class="item">
|
|
1849
2001
|
<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>
|
|
1850
2002
|
<small>DropboxApi::Client</small>
|
|
@@ -1852,7 +2004,7 @@
|
|
|
1852
2004
|
</li>
|
|
1853
2005
|
|
|
1854
2006
|
|
|
1855
|
-
<li class="
|
|
2007
|
+
<li class="even ">
|
|
1856
2008
|
<div class="item">
|
|
1857
2009
|
<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>
|
|
1858
2010
|
<small>DropboxApi::Endpoints::Files::UploadSessionAppendV2</small>
|
|
@@ -1860,7 +2012,7 @@
|
|
|
1860
2012
|
</li>
|
|
1861
2013
|
|
|
1862
2014
|
|
|
1863
|
-
<li class="
|
|
2015
|
+
<li class="odd ">
|
|
1864
2016
|
<div class="item">
|
|
1865
2017
|
<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>
|
|
1866
2018
|
<small>DropboxApi::Client</small>
|
|
@@ -1868,7 +2020,7 @@
|
|
|
1868
2020
|
</li>
|
|
1869
2021
|
|
|
1870
2022
|
|
|
1871
|
-
<li class="
|
|
2023
|
+
<li class="even ">
|
|
1872
2024
|
<div class="item">
|
|
1873
2025
|
<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>
|
|
1874
2026
|
<small>DropboxApi::Client</small>
|
|
@@ -1876,7 +2028,7 @@
|
|
|
1876
2028
|
</li>
|
|
1877
2029
|
|
|
1878
2030
|
|
|
1879
|
-
<li class="
|
|
2031
|
+
<li class="odd ">
|
|
1880
2032
|
<div class="item">
|
|
1881
2033
|
<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>
|
|
1882
2034
|
<small>DropboxApi::Endpoints::Files::UploadSessionFinish</small>
|
|
@@ -1884,6 +2036,14 @@
|
|
|
1884
2036
|
</li>
|
|
1885
2037
|
|
|
1886
2038
|
|
|
2039
|
+
<li class="even ">
|
|
2040
|
+
<div class="item">
|
|
2041
|
+
<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>
|
|
2042
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionStart</small>
|
|
2043
|
+
</div>
|
|
2044
|
+
</li>
|
|
2045
|
+
|
|
2046
|
+
|
|
1887
2047
|
<li class="odd ">
|
|
1888
2048
|
<div class="item">
|
|
1889
2049
|
<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>
|
|
@@ -1894,37 +2054,45 @@
|
|
|
1894
2054
|
|
|
1895
2055
|
<li class="even ">
|
|
1896
2056
|
<div class="item">
|
|
1897
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1898
|
-
<small>DropboxApi::
|
|
2057
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#users-instance_method" title="DropboxApi::Results::SharedFileMembers#users (method)">#users</a></span>
|
|
2058
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
1899
2059
|
</div>
|
|
1900
2060
|
</li>
|
|
1901
2061
|
|
|
1902
2062
|
|
|
1903
2063
|
<li class="odd ">
|
|
1904
2064
|
<div class="item">
|
|
1905
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1906
|
-
<small>DropboxApi::Results::
|
|
2065
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#users-instance_method" title="DropboxApi::Results::SharedFolderMembers#users (method)">#users</a></span>
|
|
2066
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
1907
2067
|
</div>
|
|
1908
2068
|
</li>
|
|
1909
2069
|
|
|
1910
2070
|
|
|
1911
2071
|
<li class="even ">
|
|
1912
2072
|
<div class="item">
|
|
1913
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1914
|
-
<small>DropboxApi::
|
|
2073
|
+
<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>
|
|
2074
|
+
<small>DropboxApi::Metadata::SearchOrderBy</small>
|
|
1915
2075
|
</div>
|
|
1916
2076
|
</li>
|
|
1917
2077
|
|
|
1918
2078
|
|
|
1919
2079
|
<li class="odd ">
|
|
1920
2080
|
<div class="item">
|
|
1921
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1922
|
-
<small>DropboxApi::Metadata::
|
|
2081
|
+
<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>
|
|
2082
|
+
<small>DropboxApi::Metadata::FileCategory</small>
|
|
1923
2083
|
</div>
|
|
1924
2084
|
</li>
|
|
1925
2085
|
|
|
1926
2086
|
|
|
1927
2087
|
<li class="even ">
|
|
2088
|
+
<div class="item">
|
|
2089
|
+
<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>
|
|
2090
|
+
<small>DropboxApi::Metadata::FileStatus</small>
|
|
2091
|
+
</div>
|
|
2092
|
+
</li>
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
<li class="odd ">
|
|
1928
2096
|
<div class="item">
|
|
1929
2097
|
<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>
|
|
1930
2098
|
<small>DropboxApi::Metadata::MemberAction</small>
|
|
@@ -1932,7 +2100,23 @@
|
|
|
1932
2100
|
</li>
|
|
1933
2101
|
|
|
1934
2102
|
|
|
2103
|
+
<li class="even ">
|
|
2104
|
+
<div class="item">
|
|
2105
|
+
<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>
|
|
2106
|
+
<small>DropboxApi::Metadata::SearchMatchTypeV2</small>
|
|
2107
|
+
</div>
|
|
2108
|
+
</li>
|
|
2109
|
+
|
|
2110
|
+
|
|
1935
2111
|
<li class="odd ">
|
|
2112
|
+
<div class="item">
|
|
2113
|
+
<span class='object_link'><a href="DropboxApi/Metadata/AccessLevel.html#valid_values-class_method" title="DropboxApi::Metadata::AccessLevel.valid_values (method)">valid_values</a></span>
|
|
2114
|
+
<small>DropboxApi::Metadata::AccessLevel</small>
|
|
2115
|
+
</div>
|
|
2116
|
+
</li>
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
<li class="even ">
|
|
1936
2120
|
<div class="item">
|
|
1937
2121
|
<span class='object_link'><a href="DropboxApi/Metadata/Tag.html#validate-class_method" title="DropboxApi::Metadata::Tag.validate (method)">validate</a></span>
|
|
1938
2122
|
<small>DropboxApi::Metadata::Tag</small>
|
|
@@ -1940,7 +2124,7 @@
|
|
|
1940
2124
|
</li>
|
|
1941
2125
|
|
|
1942
2126
|
|
|
1943
|
-
<li class="
|
|
2127
|
+
<li class="odd ">
|
|
1944
2128
|
<div class="item">
|
|
1945
2129
|
<span class='object_link'><a href="DropboxApi/OptionsValidator.html#validate_options-instance_method" title="DropboxApi::OptionsValidator#validate_options (method)">#validate_options</a></span>
|
|
1946
2130
|
<small>DropboxApi::OptionsValidator</small>
|