dropbox_api 0.1.16 → 0.1.17
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 +5 -5
- data/.gitignore +1 -0
- data/.rubocop.yml +14 -0
- data/.rubocop_todo.yml +442 -0
- data/Gemfile +5 -1
- data/TODO.md +16 -7
- data/api_coverage.md +7 -7
- data/docs/DropboxApi.html +4 -4
- data/docs/DropboxApi/Authenticator.html +3 -3
- data/docs/DropboxApi/ChunkedUploader.html +3 -3
- data/docs/DropboxApi/Client.html +212 -26
- data/docs/DropboxApi/ConnectionBuilder.html +3 -3
- data/docs/DropboxApi/Endpoints.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +3 -3
- data/docs/DropboxApi/Endpoints/Base.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentDownload.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentUpload.html +3 -3
- data/docs/DropboxApi/Endpoints/Files.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Copy.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Delete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Download.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +30 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Move.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Restore.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Search.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Upload.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Endpoints/Rpc.html +4 -4
- data/docs/DropboxApi/Endpoints/RpcContent.html +3 -3
- data/docs/DropboxApi/Endpoints/RpcNotify.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +103 -12
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +293 -0
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +3 -3
- data/docs/DropboxApi/Endpoints/Users.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +3 -3
- data/docs/DropboxApi/Errors.html +5 -5
- data/docs/DropboxApi/Errors/AddFileMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +3 -3
- data/docs/DropboxApi/Errors/AlreadySharedError.html +3 -3
- data/docs/DropboxApi/Errors/BadPathError.html +3 -3
- data/docs/DropboxApi/Errors/BasicError.html +4 -4
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +3 -3
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +3 -3
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ConversionError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/CursorClosedError.html +3 -3
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +3 -3
- data/docs/DropboxApi/Errors/DeleteError.html +3 -3
- data/docs/DropboxApi/Errors/DisallowedNameError.html +3 -3
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadFailedError.html +3 -3
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +3 -3
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileMemberActionError.html +3 -3
- data/docs/DropboxApi/Errors/FolderConflictError.html +3 -3
- data/docs/DropboxApi/Errors/GetAccountError.html +3 -3
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/GetMetadataError.html +3 -3
- data/docs/DropboxApi/Errors/GroupDeletedError.html +3 -3
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +3 -3
- data/docs/DropboxApi/Errors/HttpError.html +3 -3
- data/docs/DropboxApi/Errors/InProgressError.html +3 -3
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +3 -3
- data/docs/DropboxApi/Errors/InternalError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCommentError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCursorError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidEmailError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidFileError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidMemberError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidPathError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidUrlError.html +3 -3
- data/docs/DropboxApi/Errors/IsAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsFileError.html +3 -3
- data/docs/DropboxApi/Errors/IsFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +3 -3
- data/docs/DropboxApi/Errors/ListRevisionsError.html +3 -3
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +3 -3
- data/docs/DropboxApi/Errors/LookupError.html +3 -3
- data/docs/DropboxApi/Errors/MalformedPathError.html +3 -3
- data/docs/DropboxApi/Errors/NoAccountError.html +3 -3
- data/docs/DropboxApi/Errors/NoPermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NotAMemberError.html +3 -3
- data/docs/DropboxApi/Errors/NotFileError.html +3 -3
- data/docs/DropboxApi/Errors/NotFolderError.html +3 -3
- data/docs/DropboxApi/Errors/NotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/PollError.html +3 -3
- data/docs/DropboxApi/Errors/PreviewError.html +3 -3
- data/docs/DropboxApi/Errors/RateLimitError.html +3 -3
- data/docs/DropboxApi/Errors/RelocationError.html +3 -3
- data/docs/DropboxApi/Errors/RestoreError.html +3 -3
- data/docs/DropboxApi/Errors/RestrictedContentError.html +3 -3
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +164 -0
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/SaveUrlError.html +3 -3
- data/docs/DropboxApi/Errors/SearchError.html +3 -3
- data/docs/DropboxApi/Errors/SettingsError.html +3 -3
- data/docs/DropboxApi/Errors/ShareFolderError.html +3 -3
- data/docs/DropboxApi/Errors/SharePathError.html +3 -3
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +143 -0
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharingUserError.html +3 -3
- data/docs/DropboxApi/Errors/TeamFolderError.html +3 -3
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyFilesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyMembersError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +3 -3
- data/docs/DropboxApi/Errors/UnmountedError.html +3 -3
- data/docs/DropboxApi/Errors/UnshareFileError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +3 -3
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +3 -3
- data/docs/DropboxApi/Errors/UploadError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +3 -3
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +3 -3
- data/docs/DropboxApi/Errors/WriteConflictError.html +3 -3
- data/docs/DropboxApi/Errors/WriteError.html +3 -3
- data/docs/DropboxApi/Metadata.html +3 -3
- data/docs/DropboxApi/Metadata/AccessLevel.html +3 -3
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +3 -3
- data/docs/DropboxApi/Metadata/AddMember.html +3 -3
- data/docs/DropboxApi/Metadata/Base.html +3 -3
- data/docs/DropboxApi/Metadata/BasicAccount.html +3 -3
- data/docs/DropboxApi/Metadata/CommitInfo.html +3 -3
- data/docs/DropboxApi/Metadata/Deleted.html +3 -3
- data/docs/DropboxApi/Metadata/Dimensions.html +3 -3
- data/docs/DropboxApi/Metadata/Field.html +3 -3
- data/docs/DropboxApi/Metadata/File.html +3 -3
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FileMemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/FileRequest.html +3 -3
- data/docs/DropboxApi/Metadata/Folder.html +3 -3
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +3 -3
- data/docs/DropboxApi/Metadata/LinkPermissions.html +3 -3
- data/docs/DropboxApi/Metadata/Location.html +3 -3
- data/docs/DropboxApi/Metadata/MediaInfo.html +3 -3
- data/docs/DropboxApi/Metadata/MediaMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Member.html +3 -3
- data/docs/DropboxApi/Metadata/MemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/MemberActionList.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermission.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +3 -3
- data/docs/DropboxApi/Metadata/Name.html +3 -3
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +3 -3
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Resource.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolder.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLink.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceUsage.html +3 -3
- data/docs/DropboxApi/Metadata/Tag.html +3 -3
- data/docs/DropboxApi/Metadata/Team.html +3 -3
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +3 -3
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +3 -3
- data/docs/DropboxApi/Metadata/VideoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/WriteMode.html +3 -3
- data/docs/DropboxApi/MiddleWare.html +3 -3
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +3 -3
- data/docs/DropboxApi/MiddleWare/Stack.html +3 -3
- data/docs/DropboxApi/OptionsValidator.html +4 -4
- data/docs/DropboxApi/ResultBuilder.html +3 -3
- data/docs/DropboxApi/Results.html +3 -3
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +3 -3
- data/docs/DropboxApi/Results/Base.html +3 -3
- data/docs/DropboxApi/Results/BasicAccountBatch.html +3 -3
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +3 -3
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderResult.html +3 -3
- data/docs/DropboxApi/Results/ListRevisionsResult.html +3 -3
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +3 -3
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlResult.html +3 -3
- data/docs/DropboxApi/Results/Search.html +3 -3
- data/docs/DropboxApi/Results/Search/Match.html +3 -3
- data/docs/DropboxApi/Results/SearchResult.html +3 -3
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +3 -3
- data/docs/DropboxApi/Results/SharedFileMembers.html +3 -3
- data/docs/DropboxApi/Results/SharedFolderMembers.html +3 -3
- data/docs/DropboxApi/Results/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Results/VoidResult.html +3 -3
- data/docs/DropboxScaffoldBuilder.html +3 -3
- data/docs/_index.html +29 -8
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/file.api_coverage.html +3 -3
- data/docs/file.rails_setup.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +230 -214
- data/docs/top-level-namespace.html +3 -3
- data/dropbox_api.gemspec +1 -3
- data/lib/dropbox_api.rb +16 -1
- data/lib/dropbox_api/endpoints/base.rb +3 -1
- data/lib/dropbox_api/endpoints/file_requests/create_file_request.rb +2 -2
- data/lib/dropbox_api/endpoints/files/copy_batch.rb +35 -0
- data/lib/dropbox_api/endpoints/files/copy_batch_check.rb +20 -0
- data/lib/dropbox_api/endpoints/files/create_folder_batch.rb +40 -0
- data/lib/dropbox_api/endpoints/files/create_folder_batch_check.rb +21 -0
- data/lib/dropbox_api/endpoints/files/delete_batch.rb +22 -0
- data/lib/dropbox_api/endpoints/files/delete_batch_check.rb +20 -0
- data/lib/dropbox_api/endpoints/files/upload.rb +1 -1
- data/lib/dropbox_api/endpoints/sharing/create_shared_link_with_settings.rb +1 -1
- data/lib/dropbox_api/errors/create_folder_batch_error.rb +7 -0
- data/lib/dropbox_api/errors/delete_error.rb +3 -2
- data/lib/dropbox_api/errors/relocation_batch_entry_error.rb +9 -0
- data/lib/dropbox_api/results/copy_batch_result.rb +14 -0
- data/lib/dropbox_api/results/create_folder_batch_result.rb +20 -0
- data/lib/dropbox_api/results/create_folder_batch_result_entry.rb +19 -0
- data/lib/dropbox_api/results/delete_batch_result.rb +20 -0
- data/lib/dropbox_api/results/delete_batch_result_entry.rb +15 -0
- data/lib/dropbox_api/results/relocation_batch_result.rb +20 -0
- data/lib/dropbox_api/results/relocation_batch_result_entry.rb +15 -0
- data/lib/dropbox_api/version.rb +1 -1
- data/yardoc/rspec.rb +5 -5
- metadata +37 -18
data/docs/method_list.html
CHANGED
|
@@ -62,16 +62,16 @@
|
|
|
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/Client.html#add_file_member-instance_method" title="DropboxApi::Client#add_file_member (method)">#add_file_member</a></span>
|
|
66
|
+
<small>DropboxApi::Client</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/Endpoints/Sharing/AddFileMember.html#add_file_member-instance_method" title="DropboxApi::Endpoints::Sharing::AddFileMember#add_file_member (method)">#add_file_member</a></span>
|
|
74
|
+
<small>DropboxApi::Endpoints::Sharing::AddFileMember</small>
|
|
75
75
|
</div>
|
|
76
76
|
</li>
|
|
77
77
|
|
|
@@ -126,32 +126,32 @@
|
|
|
126
126
|
|
|
127
127
|
<li class="odd ">
|
|
128
128
|
<div class="item">
|
|
129
|
-
<span class='object_link'><a href="DropboxApi/
|
|
130
|
-
<small>DropboxApi::
|
|
129
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#build-instance_method" title="DropboxApi::ConnectionBuilder#build (method)">#build</a></span>
|
|
130
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
131
131
|
</div>
|
|
132
132
|
</li>
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
<li class="even ">
|
|
136
136
|
<div class="item">
|
|
137
|
-
<span class='object_link'><a href="DropboxApi/
|
|
138
|
-
<small>DropboxApi::
|
|
137
|
+
<span class='object_link'><a href="DropboxApi/Errors/TooManyRequestsError.html#build-class_method" title="DropboxApi::Errors::TooManyRequestsError.build (method)">build</a></span>
|
|
138
|
+
<small>DropboxApi::Errors::TooManyRequestsError</small>
|
|
139
139
|
</div>
|
|
140
140
|
</li>
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
<li class="odd ">
|
|
144
144
|
<div class="item">
|
|
145
|
-
<span class='object_link'><a href="DropboxApi/
|
|
146
|
-
<small>DropboxApi::
|
|
145
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#build-instance_method" title="DropboxApi::ResultBuilder#build (method)">#build</a></span>
|
|
146
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
147
147
|
</div>
|
|
148
148
|
</li>
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
<li class="even ">
|
|
152
152
|
<div class="item">
|
|
153
|
-
<span class='object_link'><a href="DropboxApi/
|
|
154
|
-
<small>DropboxApi::
|
|
153
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#build-class_method" title="DropboxApi::Errors::BasicError.build (method)">build</a></span>
|
|
154
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
155
155
|
</div>
|
|
156
156
|
</li>
|
|
157
157
|
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
|
|
239
239
|
<li class="odd ">
|
|
240
240
|
<div class="item">
|
|
241
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
242
|
-
<small>DropboxApi::Endpoints::
|
|
241
|
+
<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>
|
|
242
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
243
243
|
</div>
|
|
244
244
|
</li>
|
|
245
245
|
|
|
@@ -254,8 +254,8 @@
|
|
|
254
254
|
|
|
255
255
|
<li class="odd ">
|
|
256
256
|
<div class="item">
|
|
257
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
258
|
-
<small>DropboxApi::Endpoints::
|
|
257
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentDownload#build_request (method)">#build_request</a></span>
|
|
258
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
259
259
|
</div>
|
|
260
260
|
</li>
|
|
261
261
|
|
|
@@ -302,16 +302,16 @@
|
|
|
302
302
|
|
|
303
303
|
<li class="odd ">
|
|
304
304
|
<div class="item">
|
|
305
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
306
|
-
<small>DropboxApi::Metadata::
|
|
305
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#check_validity-instance_method" title="DropboxApi::Metadata::SharedLink#check_validity (method)">#check_validity</a></span>
|
|
306
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
307
307
|
</div>
|
|
308
308
|
</li>
|
|
309
309
|
|
|
310
310
|
|
|
311
311
|
<li class="even ">
|
|
312
312
|
<div class="item">
|
|
313
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
314
|
-
<small>DropboxApi::Metadata::
|
|
313
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#check_validity-instance_method" title="DropboxApi::Metadata::WriteMode#check_validity (method)">#check_validity</a></span>
|
|
314
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
315
315
|
</div>
|
|
316
316
|
</li>
|
|
317
317
|
|
|
@@ -334,16 +334,16 @@
|
|
|
334
334
|
|
|
335
335
|
<li class="odd ">
|
|
336
336
|
<div class="item">
|
|
337
|
-
<span class='object_link'><a href="DropboxApi/
|
|
338
|
-
<small>DropboxApi::
|
|
337
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Copy.html#copy-instance_method" title="DropboxApi::Endpoints::Files::Copy#copy (method)">#copy</a></span>
|
|
338
|
+
<small>DropboxApi::Endpoints::Files::Copy</small>
|
|
339
339
|
</div>
|
|
340
340
|
</li>
|
|
341
341
|
|
|
342
342
|
|
|
343
343
|
<li class="even ">
|
|
344
344
|
<div class="item">
|
|
345
|
-
<span class='object_link'><a href="DropboxApi/
|
|
346
|
-
<small>DropboxApi::
|
|
345
|
+
<span class='object_link'><a href="DropboxApi/Client.html#copy-instance_method" title="DropboxApi::Client#copy (method)">#copy</a></span>
|
|
346
|
+
<small>DropboxApi::Client</small>
|
|
347
347
|
</div>
|
|
348
348
|
</li>
|
|
349
349
|
|
|
@@ -358,112 +358,112 @@
|
|
|
358
358
|
|
|
359
359
|
<li class="even ">
|
|
360
360
|
<div class="item">
|
|
361
|
-
<span class='object_link'><a href="DropboxApi/
|
|
362
|
-
<small>DropboxApi::
|
|
361
|
+
<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>
|
|
362
|
+
<small>DropboxApi::Endpoints::Files::CopyReferenceGet</small>
|
|
363
363
|
</div>
|
|
364
364
|
</li>
|
|
365
365
|
|
|
366
366
|
|
|
367
367
|
<li class="odd ">
|
|
368
368
|
<div class="item">
|
|
369
|
-
<span class='object_link'><a href="DropboxApi/
|
|
370
|
-
<small>DropboxApi::
|
|
369
|
+
<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>
|
|
370
|
+
<small>DropboxApi::Client</small>
|
|
371
371
|
</div>
|
|
372
372
|
</li>
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
<li class="even ">
|
|
376
376
|
<div class="item">
|
|
377
|
-
<span class='object_link'><a href="DropboxApi/
|
|
378
|
-
<small>DropboxApi::
|
|
377
|
+
<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>
|
|
378
|
+
<small>DropboxApi::Endpoints::Files::CopyReferenceSave</small>
|
|
379
379
|
</div>
|
|
380
380
|
</li>
|
|
381
381
|
|
|
382
382
|
|
|
383
383
|
<li class="odd ">
|
|
384
384
|
<div class="item">
|
|
385
|
-
<span class='object_link'><a href="DropboxApi/
|
|
386
|
-
<small>DropboxApi::
|
|
385
|
+
<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>
|
|
386
|
+
<small>DropboxApi::Client</small>
|
|
387
387
|
</div>
|
|
388
388
|
</li>
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
<li class="even ">
|
|
392
392
|
<div class="item">
|
|
393
|
-
<span class='object_link'><a href="DropboxApi/
|
|
394
|
-
<small>DropboxApi::
|
|
393
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_file_request-instance_method" title="DropboxApi::Client#create_file_request (method)">#create_file_request</a></span>
|
|
394
|
+
<small>DropboxApi::Client</small>
|
|
395
395
|
</div>
|
|
396
396
|
</li>
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
<li class="odd ">
|
|
400
400
|
<div class="item">
|
|
401
|
-
<span class='object_link'><a href="DropboxApi/
|
|
402
|
-
<small>DropboxApi::
|
|
401
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFileRequest.html#create_file_request-instance_method" title="DropboxApi::Endpoints::Files::CreateFileRequest#create_file_request (method)">#create_file_request</a></span>
|
|
402
|
+
<small>DropboxApi::Endpoints::Files::CreateFileRequest</small>
|
|
403
403
|
</div>
|
|
404
404
|
</li>
|
|
405
405
|
|
|
406
406
|
|
|
407
407
|
<li class="even ">
|
|
408
408
|
<div class="item">
|
|
409
|
-
<span class='object_link'><a href="DropboxApi/
|
|
410
|
-
<small>DropboxApi::
|
|
409
|
+
<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>
|
|
410
|
+
<small>DropboxApi::Endpoints::Files::CreateFolder</small>
|
|
411
411
|
</div>
|
|
412
412
|
</li>
|
|
413
413
|
|
|
414
414
|
|
|
415
415
|
<li class="odd ">
|
|
416
416
|
<div class="item">
|
|
417
|
-
<span class='object_link'><a href="DropboxApi/
|
|
418
|
-
<small>DropboxApi::
|
|
417
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_folder-instance_method" title="DropboxApi::Client#create_folder (method)">#create_folder</a></span>
|
|
418
|
+
<small>DropboxApi::Client</small>
|
|
419
419
|
</div>
|
|
420
420
|
</li>
|
|
421
421
|
|
|
422
422
|
|
|
423
423
|
<li class="even ">
|
|
424
424
|
<div class="item">
|
|
425
|
-
<span class='object_link'><a href="DropboxApi/
|
|
426
|
-
<small>DropboxApi::
|
|
425
|
+
<span class='object_link'><a href="DropboxApi/Client.html#create_shared_link_with_settings-instance_method" title="DropboxApi::Client#create_shared_link_with_settings (method)">#create_shared_link_with_settings</a></span>
|
|
426
|
+
<small>DropboxApi::Client</small>
|
|
427
427
|
</div>
|
|
428
428
|
</li>
|
|
429
429
|
|
|
430
430
|
|
|
431
431
|
<li class="odd ">
|
|
432
432
|
<div class="item">
|
|
433
|
-
<span class='object_link'><a href="DropboxApi/
|
|
434
|
-
<small>DropboxApi::
|
|
433
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html#create_shared_link_with_settings-instance_method" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings#create_shared_link_with_settings (method)">#create_shared_link_with_settings</a></span>
|
|
434
|
+
<small>DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings</small>
|
|
435
435
|
</div>
|
|
436
436
|
</li>
|
|
437
437
|
|
|
438
438
|
|
|
439
439
|
<li class="even ">
|
|
440
440
|
<div class="item">
|
|
441
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
442
|
-
<small>DropboxApi::Results::
|
|
441
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderResult#cursor (method)">#cursor</a></span>
|
|
442
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
443
443
|
</div>
|
|
444
444
|
</li>
|
|
445
445
|
|
|
446
446
|
|
|
447
447
|
<li class="odd ">
|
|
448
448
|
<div class="item">
|
|
449
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
450
|
-
<small>DropboxApi::Results::
|
|
449
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFolderMembers#cursor (method)">#cursor</a></span>
|
|
450
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
451
451
|
</div>
|
|
452
452
|
</li>
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
<li class="even ">
|
|
456
456
|
<div class="item">
|
|
457
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
458
|
-
<small>DropboxApi::Results::
|
|
457
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderGetLatestCursorResult.html#cursor-instance_method" title="DropboxApi::Results::ListFolderGetLatestCursorResult#cursor (method)">#cursor</a></span>
|
|
458
|
+
<small>DropboxApi::Results::ListFolderGetLatestCursorResult</small>
|
|
459
459
|
</div>
|
|
460
460
|
</li>
|
|
461
461
|
|
|
462
462
|
|
|
463
463
|
<li class="odd ">
|
|
464
464
|
<div class="item">
|
|
465
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
466
|
-
<small>DropboxApi::Results::
|
|
465
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#cursor-instance_method" title="DropboxApi::Results::SharedFileMembers#cursor (method)">#cursor</a></span>
|
|
466
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
467
467
|
</div>
|
|
468
468
|
</li>
|
|
469
469
|
|
|
@@ -486,40 +486,40 @@
|
|
|
486
486
|
|
|
487
487
|
<li class="even ">
|
|
488
488
|
<div class="item">
|
|
489
|
-
<span class='object_link'><a href="DropboxApi/
|
|
490
|
-
<small>DropboxApi::
|
|
489
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Delete.html#delete-instance_method" title="DropboxApi::Endpoints::Files::Delete#delete (method)">#delete</a></span>
|
|
490
|
+
<small>DropboxApi::Endpoints::Files::Delete</small>
|
|
491
491
|
</div>
|
|
492
492
|
</li>
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
<li class="odd ">
|
|
496
496
|
<div class="item">
|
|
497
|
-
<span class='object_link'><a href="DropboxApi/
|
|
498
|
-
<small>DropboxApi::
|
|
497
|
+
<span class='object_link'><a href="DropboxApi/Client.html#delete-instance_method" title="DropboxApi::Client#delete (method)">#delete</a></span>
|
|
498
|
+
<small>DropboxApi::Client</small>
|
|
499
499
|
</div>
|
|
500
500
|
</li>
|
|
501
501
|
|
|
502
502
|
|
|
503
503
|
<li class="even ">
|
|
504
504
|
<div class="item">
|
|
505
|
-
<span class='object_link'><a href="DropboxApi/
|
|
506
|
-
<small>DropboxApi::
|
|
505
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Download.html#download-instance_method" title="DropboxApi::Endpoints::Files::Download#download (method)">#download</a></span>
|
|
506
|
+
<small>DropboxApi::Endpoints::Files::Download</small>
|
|
507
507
|
</div>
|
|
508
508
|
</li>
|
|
509
509
|
|
|
510
510
|
|
|
511
511
|
<li class="odd ">
|
|
512
512
|
<div class="item">
|
|
513
|
-
<span class='object_link'><a href="DropboxApi/
|
|
514
|
-
<small>DropboxApi::
|
|
513
|
+
<span class='object_link'><a href="DropboxApi/Client.html#download-instance_method" title="DropboxApi::Client#download (method)">#download</a></span>
|
|
514
|
+
<small>DropboxApi::Client</small>
|
|
515
515
|
</div>
|
|
516
516
|
</li>
|
|
517
517
|
|
|
518
518
|
|
|
519
519
|
<li class="even ">
|
|
520
520
|
<div class="item">
|
|
521
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
522
|
-
<small>DropboxApi::Results::
|
|
521
|
+
<span class='object_link'><a href="DropboxApi/Results/ListFolderResult.html#entries-instance_method" title="DropboxApi::Results::ListFolderResult#entries (method)">#entries</a></span>
|
|
522
|
+
<small>DropboxApi::Results::ListFolderResult</small>
|
|
523
523
|
</div>
|
|
524
524
|
</li>
|
|
525
525
|
|
|
@@ -534,8 +534,8 @@
|
|
|
534
534
|
|
|
535
535
|
<li class="even ">
|
|
536
536
|
<div class="item">
|
|
537
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
538
|
-
<small>DropboxApi::Results::
|
|
537
|
+
<span class='object_link'><a href="DropboxApi/Results/GetThumbnailBatchResult.html#entries-instance_method" title="DropboxApi::Results::GetThumbnailBatchResult#entries (method)">#entries</a></span>
|
|
538
|
+
<small>DropboxApi::Results::GetThumbnailBatchResult</small>
|
|
539
539
|
</div>
|
|
540
540
|
</li>
|
|
541
541
|
|
|
@@ -678,32 +678,32 @@
|
|
|
678
678
|
|
|
679
679
|
<li class="even ">
|
|
680
680
|
<div class="item">
|
|
681
|
-
<span class='object_link'><a href="DropboxApi/
|
|
682
|
-
<small>DropboxApi::
|
|
681
|
+
<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>
|
|
682
|
+
<small>DropboxApi::Endpoints::Files::GetMetadata</small>
|
|
683
683
|
</div>
|
|
684
684
|
</li>
|
|
685
685
|
|
|
686
686
|
|
|
687
687
|
<li class="odd ">
|
|
688
688
|
<div class="item">
|
|
689
|
-
<span class='object_link'><a href="DropboxApi/
|
|
690
|
-
<small>DropboxApi::
|
|
689
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_metadata-instance_method" title="DropboxApi::Client#get_metadata (method)">#get_metadata</a></span>
|
|
690
|
+
<small>DropboxApi::Client</small>
|
|
691
691
|
</div>
|
|
692
692
|
</li>
|
|
693
693
|
|
|
694
694
|
|
|
695
695
|
<li class="even ">
|
|
696
696
|
<div class="item">
|
|
697
|
-
<span class='object_link'><a href="DropboxApi/
|
|
698
|
-
<small>DropboxApi::
|
|
697
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_preview-instance_method" title="DropboxApi::Client#get_preview (method)">#get_preview</a></span>
|
|
698
|
+
<small>DropboxApi::Client</small>
|
|
699
699
|
</div>
|
|
700
700
|
</li>
|
|
701
701
|
|
|
702
702
|
|
|
703
703
|
<li class="odd ">
|
|
704
704
|
<div class="item">
|
|
705
|
-
<span class='object_link'><a href="DropboxApi/
|
|
706
|
-
<small>DropboxApi::
|
|
705
|
+
<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>
|
|
706
|
+
<small>DropboxApi::Endpoints::Files::GetPreview</small>
|
|
707
707
|
</div>
|
|
708
708
|
</li>
|
|
709
709
|
|
|
@@ -742,32 +742,32 @@
|
|
|
742
742
|
|
|
743
743
|
<li class="even ">
|
|
744
744
|
<div class="item">
|
|
745
|
-
<span class='object_link'><a href="DropboxApi/
|
|
746
|
-
<small>DropboxApi::
|
|
745
|
+
<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>
|
|
746
|
+
<small>DropboxApi::Endpoints::Files::GetTemporaryLink</small>
|
|
747
747
|
</div>
|
|
748
748
|
</li>
|
|
749
749
|
|
|
750
750
|
|
|
751
751
|
<li class="odd ">
|
|
752
752
|
<div class="item">
|
|
753
|
-
<span class='object_link'><a href="DropboxApi/
|
|
754
|
-
<small>DropboxApi::
|
|
753
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_temporary_link-instance_method" title="DropboxApi::Client#get_temporary_link (method)">#get_temporary_link</a></span>
|
|
754
|
+
<small>DropboxApi::Client</small>
|
|
755
755
|
</div>
|
|
756
756
|
</li>
|
|
757
757
|
|
|
758
758
|
|
|
759
759
|
<li class="even ">
|
|
760
760
|
<div class="item">
|
|
761
|
-
<span class='object_link'><a href="DropboxApi/
|
|
762
|
-
<small>DropboxApi::
|
|
761
|
+
<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>
|
|
762
|
+
<small>DropboxApi::Endpoints::Files::GetThumbnail</small>
|
|
763
763
|
</div>
|
|
764
764
|
</li>
|
|
765
765
|
|
|
766
766
|
|
|
767
767
|
<li class="odd ">
|
|
768
768
|
<div class="item">
|
|
769
|
-
<span class='object_link'><a href="DropboxApi/
|
|
770
|
-
<small>DropboxApi::
|
|
769
|
+
<span class='object_link'><a href="DropboxApi/Client.html#get_thumbnail-instance_method" title="DropboxApi::Client#get_thumbnail (method)">#get_thumbnail</a></span>
|
|
770
|
+
<small>DropboxApi::Client</small>
|
|
771
771
|
</div>
|
|
772
772
|
</li>
|
|
773
773
|
|
|
@@ -838,64 +838,64 @@
|
|
|
838
838
|
|
|
839
839
|
<li class="even ">
|
|
840
840
|
<div class="item">
|
|
841
|
-
<span class='object_link'><a href="DropboxApi/
|
|
842
|
-
<small>DropboxApi::
|
|
841
|
+
<span class='object_link'><a href="DropboxApi/Client.html#initialize-instance_method" title="DropboxApi::Client#initialize (method)">#initialize</a></span>
|
|
842
|
+
<small>DropboxApi::Client</small>
|
|
843
843
|
</div>
|
|
844
844
|
</li>
|
|
845
845
|
|
|
846
846
|
|
|
847
847
|
<li class="odd ">
|
|
848
848
|
<div class="item">
|
|
849
|
-
<span class='object_link'><a href="DropboxApi/
|
|
850
|
-
<small>DropboxApi::
|
|
849
|
+
<span class='object_link'><a href="DropboxApi/Results/Base.html#initialize-instance_method" title="DropboxApi::Results::Base#initialize (method)">#initialize</a></span>
|
|
850
|
+
<small>DropboxApi::Results::Base</small>
|
|
851
851
|
</div>
|
|
852
852
|
</li>
|
|
853
853
|
|
|
854
854
|
|
|
855
855
|
<li class="even ">
|
|
856
856
|
<div class="item">
|
|
857
|
-
<span class='object_link'><a href="DropboxApi/
|
|
858
|
-
<small>DropboxApi::
|
|
857
|
+
<span class='object_link'><a href="DropboxApi/Authenticator.html#initialize-instance_method" title="DropboxApi::Authenticator#initialize (method)">#initialize</a></span>
|
|
858
|
+
<small>DropboxApi::Authenticator</small>
|
|
859
859
|
</div>
|
|
860
860
|
</li>
|
|
861
861
|
|
|
862
862
|
|
|
863
863
|
<li class="odd ">
|
|
864
864
|
<div class="item">
|
|
865
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
866
|
-
<small>DropboxApi::Endpoints::
|
|
865
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</a></span>
|
|
866
|
+
<small>DropboxApi::Endpoints::Rpc</small>
|
|
867
867
|
</div>
|
|
868
868
|
</li>
|
|
869
869
|
|
|
870
870
|
|
|
871
871
|
<li class="even ">
|
|
872
872
|
<div class="item">
|
|
873
|
-
<span class='object_link'><a href="DropboxApi/
|
|
874
|
-
<small>DropboxApi::
|
|
873
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Base.html#initialize-instance_method" title="DropboxApi::Metadata::Base#initialize (method)">#initialize</a></span>
|
|
874
|
+
<small>DropboxApi::Metadata::Base</small>
|
|
875
875
|
</div>
|
|
876
876
|
</li>
|
|
877
877
|
|
|
878
878
|
|
|
879
879
|
<li class="odd ">
|
|
880
880
|
<div class="item">
|
|
881
|
-
<span class='object_link'><a href="DropboxApi/
|
|
882
|
-
<small>DropboxApi::
|
|
881
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Field.html#initialize-instance_method" title="DropboxApi::Metadata::Field#initialize (method)">#initialize</a></span>
|
|
882
|
+
<small>DropboxApi::Metadata::Field</small>
|
|
883
883
|
</div>
|
|
884
884
|
</li>
|
|
885
885
|
|
|
886
886
|
|
|
887
887
|
<li class="even ">
|
|
888
888
|
<div class="item">
|
|
889
|
-
<span class='object_link'><a href="DropboxApi/
|
|
890
|
-
<small>DropboxApi::
|
|
889
|
+
<span class='object_link'><a href="DropboxApi/ResultBuilder.html#initialize-instance_method" title="DropboxApi::ResultBuilder#initialize (method)">#initialize</a></span>
|
|
890
|
+
<small>DropboxApi::ResultBuilder</small>
|
|
891
891
|
</div>
|
|
892
892
|
</li>
|
|
893
893
|
|
|
894
894
|
|
|
895
895
|
<li class="odd ">
|
|
896
896
|
<div class="item">
|
|
897
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
898
|
-
<small>DropboxApi::Metadata::
|
|
897
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Member.html#initialize-instance_method" title="DropboxApi::Metadata::Member#initialize (method)">#initialize</a></span>
|
|
898
|
+
<small>DropboxApi::Metadata::Member</small>
|
|
899
899
|
</div>
|
|
900
900
|
</li>
|
|
901
901
|
|
|
@@ -910,144 +910,144 @@
|
|
|
910
910
|
|
|
911
911
|
<li class="odd ">
|
|
912
912
|
<div class="item">
|
|
913
|
-
<span class='object_link'><a href="DropboxApi/
|
|
914
|
-
<small>DropboxApi::
|
|
913
|
+
<span class='object_link'><a href="DropboxApi/MiddleWare/Stack.html#initialize-instance_method" title="DropboxApi::MiddleWare::Stack#initialize (method)">#initialize</a></span>
|
|
914
|
+
<small>DropboxApi::MiddleWare::Stack</small>
|
|
915
915
|
</div>
|
|
916
916
|
</li>
|
|
917
917
|
|
|
918
918
|
|
|
919
919
|
<li class="even ">
|
|
920
920
|
<div class="item">
|
|
921
|
-
<span class='object_link'><a href="DropboxApi/
|
|
922
|
-
<small>DropboxApi::
|
|
921
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#initialize-instance_method" title="DropboxApi::ConnectionBuilder#initialize (method)">#initialize</a></span>
|
|
922
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
923
923
|
</div>
|
|
924
924
|
</li>
|
|
925
925
|
|
|
926
926
|
|
|
927
927
|
<li class="odd ">
|
|
928
928
|
<div class="item">
|
|
929
|
-
<span class='object_link'><a href="DropboxApi/
|
|
930
|
-
<small>DropboxApi::
|
|
929
|
+
<span class='object_link'><a href="DropboxApi/Errors/BasicError.html#initialize-instance_method" title="DropboxApi::Errors::BasicError#initialize (method)">#initialize</a></span>
|
|
930
|
+
<small>DropboxApi::Errors::BasicError</small>
|
|
931
931
|
</div>
|
|
932
932
|
</li>
|
|
933
933
|
|
|
934
934
|
|
|
935
935
|
<li class="even ">
|
|
936
936
|
<div class="item">
|
|
937
|
-
<span class='object_link'><a href="DropboxApi/
|
|
938
|
-
<small>DropboxApi::
|
|
937
|
+
<span class='object_link'><a href="DropboxApi/Metadata/WriteMode.html#initialize-instance_method" title="DropboxApi::Metadata::WriteMode#initialize (method)">#initialize</a></span>
|
|
938
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
939
939
|
</div>
|
|
940
940
|
</li>
|
|
941
941
|
|
|
942
942
|
|
|
943
943
|
<li class="odd ">
|
|
944
944
|
<div class="item">
|
|
945
|
-
<span class='object_link'><a href="DropboxApi/
|
|
946
|
-
<small>DropboxApi::
|
|
945
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcNotify.html#initialize-instance_method" title="DropboxApi::Endpoints::RpcNotify#initialize (method)">#initialize</a></span>
|
|
946
|
+
<small>DropboxApi::Endpoints::RpcNotify</small>
|
|
947
947
|
</div>
|
|
948
948
|
</li>
|
|
949
949
|
|
|
950
950
|
|
|
951
951
|
<li class="even ">
|
|
952
952
|
<div class="item">
|
|
953
|
-
<span class='object_link'><a href="DropboxApi/
|
|
954
|
-
<small>DropboxApi::
|
|
953
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLink.html#initialize-instance_method" title="DropboxApi::Metadata::SharedLink#initialize (method)">#initialize</a></span>
|
|
954
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
955
955
|
</div>
|
|
956
956
|
</li>
|
|
957
957
|
|
|
958
958
|
|
|
959
959
|
<li class="odd ">
|
|
960
960
|
<div class="item">
|
|
961
|
-
<span class='object_link'><a href="DropboxApi/
|
|
962
|
-
<small>DropboxApi::
|
|
961
|
+
<span class='object_link'><a href="DropboxApi/Results/Search/Match.html#initialize-instance_method" title="DropboxApi::Results::Search::Match#initialize (method)">#initialize</a></span>
|
|
962
|
+
<small>DropboxApi::Results::Search::Match</small>
|
|
963
963
|
</div>
|
|
964
964
|
</li>
|
|
965
965
|
|
|
966
966
|
|
|
967
967
|
<li class="even ">
|
|
968
968
|
<div class="item">
|
|
969
|
-
<span class='object_link'><a href="DropboxApi/
|
|
970
|
-
<small>DropboxApi::
|
|
969
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/RpcContent.html#initialize-instance_method" title="DropboxApi::Endpoints::RpcContent#initialize (method)">#initialize</a></span>
|
|
970
|
+
<small>DropboxApi::Endpoints::RpcContent</small>
|
|
971
971
|
</div>
|
|
972
972
|
</li>
|
|
973
973
|
|
|
974
974
|
|
|
975
975
|
<li class="odd ">
|
|
976
976
|
<div class="item">
|
|
977
|
-
<span class='object_link'><a href="DropboxApi/
|
|
978
|
-
<small>DropboxApi::
|
|
977
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentUpload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentUpload#initialize (method)">#initialize</a></span>
|
|
978
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
979
979
|
</div>
|
|
980
980
|
</li>
|
|
981
981
|
|
|
982
982
|
|
|
983
983
|
<li class="even ">
|
|
984
984
|
<div class="item">
|
|
985
|
-
<span class='object_link'><a href="DropboxApi/
|
|
986
|
-
<small>DropboxApi::
|
|
985
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/ContentDownload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentDownload#initialize (method)">#initialize</a></span>
|
|
986
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
987
987
|
</div>
|
|
988
988
|
</li>
|
|
989
989
|
|
|
990
990
|
|
|
991
991
|
<li class="odd ">
|
|
992
992
|
<div class="item">
|
|
993
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
994
|
-
<small>DropboxApi::Metadata::
|
|
993
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberActionList.html#initialize-instance_method" title="DropboxApi::Metadata::MemberActionList#initialize (method)">#initialize</a></span>
|
|
994
|
+
<small>DropboxApi::Metadata::MemberActionList</small>
|
|
995
995
|
</div>
|
|
996
996
|
</li>
|
|
997
997
|
|
|
998
998
|
|
|
999
999
|
<li class="even ">
|
|
1000
1000
|
<div class="item">
|
|
1001
|
-
<span class='object_link'><a href="
|
|
1002
|
-
<small>
|
|
1001
|
+
<span class='object_link'><a href="DropboxApi/Results/BasicAccountBatch.html#initialize-instance_method" title="DropboxApi::Results::BasicAccountBatch#initialize (method)">#initialize</a></span>
|
|
1002
|
+
<small>DropboxApi::Results::BasicAccountBatch</small>
|
|
1003
1003
|
</div>
|
|
1004
1004
|
</li>
|
|
1005
1005
|
|
|
1006
1006
|
|
|
1007
1007
|
<li class="odd ">
|
|
1008
1008
|
<div class="item">
|
|
1009
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1010
|
-
<small>DropboxApi::
|
|
1009
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MemberPermissionList.html#initialize-instance_method" title="DropboxApi::Metadata::MemberPermissionList#initialize (method)">#initialize</a></span>
|
|
1010
|
+
<small>DropboxApi::Metadata::MemberPermissionList</small>
|
|
1011
1011
|
</div>
|
|
1012
1012
|
</li>
|
|
1013
1013
|
|
|
1014
1014
|
|
|
1015
1015
|
<li class="even ">
|
|
1016
1016
|
<div class="item">
|
|
1017
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1018
|
-
<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>
|
|
1019
1019
|
</div>
|
|
1020
1020
|
</li>
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
1023
|
<li class="odd ">
|
|
1024
1024
|
<div class="item">
|
|
1025
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1026
|
-
<small>DropboxApi::
|
|
1025
|
+
<span class='object_link'><a href="DropboxApi/Results/AddFileMemberResultList.html#initialize-instance_method" title="DropboxApi::Results::AddFileMemberResultList#initialize (method)">#initialize</a></span>
|
|
1026
|
+
<small>DropboxApi::Results::AddFileMemberResultList</small>
|
|
1027
1027
|
</div>
|
|
1028
1028
|
</li>
|
|
1029
1029
|
|
|
1030
1030
|
|
|
1031
1031
|
<li class="even ">
|
|
1032
1032
|
<div class="item">
|
|
1033
|
-
<span class='object_link'><a href="
|
|
1034
|
-
<small>
|
|
1033
|
+
<span class='object_link'><a href="DropboxScaffoldBuilder.html#initialize-instance_method" title="DropboxScaffoldBuilder#initialize (method)">#initialize</a></span>
|
|
1034
|
+
<small>DropboxScaffoldBuilder</small>
|
|
1035
1035
|
</div>
|
|
1036
1036
|
</li>
|
|
1037
1037
|
|
|
1038
1038
|
|
|
1039
1039
|
<li class="odd ">
|
|
1040
1040
|
<div class="item">
|
|
1041
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1042
|
-
<small>DropboxApi::Results::
|
|
1041
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#invitees-instance_method" title="DropboxApi::Results::SharedFileMembers#invitees (method)">#invitees</a></span>
|
|
1042
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
1043
1043
|
</div>
|
|
1044
1044
|
</li>
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
1047
|
<li class="even ">
|
|
1048
1048
|
<div class="item">
|
|
1049
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1050
|
-
<small>DropboxApi::Results::
|
|
1049
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#invitees-instance_method" title="DropboxApi::Results::SharedFolderMembers#invitees (method)">#invitees</a></span>
|
|
1050
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
1051
1051
|
</div>
|
|
1052
1052
|
</li>
|
|
1053
1053
|
|
|
@@ -1110,32 +1110,32 @@
|
|
|
1110
1110
|
|
|
1111
1111
|
<li class="even ">
|
|
1112
1112
|
<div class="item">
|
|
1113
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1114
|
-
<small>DropboxApi::
|
|
1113
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_continue-instance_method" title="DropboxApi::Client#list_folder_continue (method)">#list_folder_continue</a></span>
|
|
1114
|
+
<small>DropboxApi::Client</small>
|
|
1115
1115
|
</div>
|
|
1116
1116
|
</li>
|
|
1117
1117
|
|
|
1118
1118
|
|
|
1119
1119
|
<li class="odd ">
|
|
1120
1120
|
<div class="item">
|
|
1121
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1122
|
-
<small>DropboxApi::
|
|
1121
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListFolderContinue.html#list_folder_continue-instance_method" title="DropboxApi::Endpoints::Files::ListFolderContinue#list_folder_continue (method)">#list_folder_continue</a></span>
|
|
1122
|
+
<small>DropboxApi::Endpoints::Files::ListFolderContinue</small>
|
|
1123
1123
|
</div>
|
|
1124
1124
|
</li>
|
|
1125
1125
|
|
|
1126
1126
|
|
|
1127
1127
|
<li class="even ">
|
|
1128
1128
|
<div class="item">
|
|
1129
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1130
|
-
<small>DropboxApi::
|
|
1129
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html#list_folder_get_latest_cursor-instance_method" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor#list_folder_get_latest_cursor (method)">#list_folder_get_latest_cursor</a></span>
|
|
1130
|
+
<small>DropboxApi::Endpoints::Files::ListFolderGetLatestCursor</small>
|
|
1131
1131
|
</div>
|
|
1132
1132
|
</li>
|
|
1133
1133
|
|
|
1134
1134
|
|
|
1135
1135
|
<li class="odd ">
|
|
1136
1136
|
<div class="item">
|
|
1137
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1138
|
-
<small>DropboxApi::
|
|
1137
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_get_latest_cursor-instance_method" title="DropboxApi::Client#list_folder_get_latest_cursor (method)">#list_folder_get_latest_cursor</a></span>
|
|
1138
|
+
<small>DropboxApi::Client</small>
|
|
1139
1139
|
</div>
|
|
1140
1140
|
</li>
|
|
1141
1141
|
|
|
@@ -1158,48 +1158,48 @@
|
|
|
1158
1158
|
|
|
1159
1159
|
<li class="even ">
|
|
1160
1160
|
<div class="item">
|
|
1161
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1162
|
-
<small>DropboxApi::
|
|
1161
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_folder_members-instance_method" title="DropboxApi::Client#list_folder_members (method)">#list_folder_members</a></span>
|
|
1162
|
+
<small>DropboxApi::Client</small>
|
|
1163
1163
|
</div>
|
|
1164
1164
|
</li>
|
|
1165
1165
|
|
|
1166
1166
|
|
|
1167
1167
|
<li class="odd ">
|
|
1168
1168
|
<div class="item">
|
|
1169
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1170
|
-
<small>DropboxApi::
|
|
1169
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/ListFolderMembers.html#list_folder_members-instance_method" title="DropboxApi::Endpoints::Sharing::ListFolderMembers#list_folder_members (method)">#list_folder_members</a></span>
|
|
1170
|
+
<small>DropboxApi::Endpoints::Sharing::ListFolderMembers</small>
|
|
1171
1171
|
</div>
|
|
1172
1172
|
</li>
|
|
1173
1173
|
|
|
1174
1174
|
|
|
1175
1175
|
<li class="even ">
|
|
1176
1176
|
<div class="item">
|
|
1177
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1178
|
-
<small>DropboxApi::
|
|
1177
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_revisions-instance_method" title="DropboxApi::Client#list_revisions (method)">#list_revisions</a></span>
|
|
1178
|
+
<small>DropboxApi::Client</small>
|
|
1179
1179
|
</div>
|
|
1180
1180
|
</li>
|
|
1181
1181
|
|
|
1182
1182
|
|
|
1183
1183
|
<li class="odd ">
|
|
1184
1184
|
<div class="item">
|
|
1185
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1186
|
-
<small>DropboxApi::
|
|
1185
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/ListRevisions.html#list_revisions-instance_method" title="DropboxApi::Endpoints::Files::ListRevisions#list_revisions (method)">#list_revisions</a></span>
|
|
1186
|
+
<small>DropboxApi::Endpoints::Files::ListRevisions</small>
|
|
1187
1187
|
</div>
|
|
1188
1188
|
</li>
|
|
1189
1189
|
|
|
1190
1190
|
|
|
1191
1191
|
<li class="even ">
|
|
1192
1192
|
<div class="item">
|
|
1193
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1194
|
-
<small>DropboxApi::
|
|
1193
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Sharing/ListSharedLinks.html#list_shared_links-instance_method" title="DropboxApi::Endpoints::Sharing::ListSharedLinks#list_shared_links (method)">#list_shared_links</a></span>
|
|
1194
|
+
<small>DropboxApi::Endpoints::Sharing::ListSharedLinks</small>
|
|
1195
1195
|
</div>
|
|
1196
1196
|
</li>
|
|
1197
1197
|
|
|
1198
1198
|
|
|
1199
1199
|
<li class="odd ">
|
|
1200
1200
|
<div class="item">
|
|
1201
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1202
|
-
<small>DropboxApi::
|
|
1201
|
+
<span class='object_link'><a href="DropboxApi/Client.html#list_shared_links-instance_method" title="DropboxApi::Client#list_shared_links (method)">#list_shared_links</a></span>
|
|
1202
|
+
<small>DropboxApi::Client</small>
|
|
1203
1203
|
</div>
|
|
1204
1204
|
</li>
|
|
1205
1205
|
|
|
@@ -1222,32 +1222,32 @@
|
|
|
1222
1222
|
|
|
1223
1223
|
<li class="even ">
|
|
1224
1224
|
<div class="item">
|
|
1225
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1226
|
-
<small>DropboxApi::
|
|
1225
|
+
<span class='object_link'><a href="DropboxApi/Client.html#middleware-instance_method" title="DropboxApi::Client#middleware (method)">#middleware</a></span>
|
|
1226
|
+
<small>DropboxApi::Client</small>
|
|
1227
1227
|
</div>
|
|
1228
1228
|
</li>
|
|
1229
1229
|
|
|
1230
1230
|
|
|
1231
1231
|
<li class="odd ">
|
|
1232
1232
|
<div class="item">
|
|
1233
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1234
|
-
<small>DropboxApi::
|
|
1233
|
+
<span class='object_link'><a href="DropboxApi/ConnectionBuilder.html#middleware-instance_method" title="DropboxApi::ConnectionBuilder#middleware (method)">#middleware</a></span>
|
|
1234
|
+
<small>DropboxApi::ConnectionBuilder</small>
|
|
1235
1235
|
</div>
|
|
1236
1236
|
</li>
|
|
1237
1237
|
|
|
1238
1238
|
|
|
1239
1239
|
<li class="even ">
|
|
1240
1240
|
<div class="item">
|
|
1241
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1242
|
-
<small>DropboxApi::
|
|
1241
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Move.html#move-instance_method" title="DropboxApi::Endpoints::Files::Move#move (method)">#move</a></span>
|
|
1242
|
+
<small>DropboxApi::Endpoints::Files::Move</small>
|
|
1243
1243
|
</div>
|
|
1244
1244
|
</li>
|
|
1245
1245
|
|
|
1246
1246
|
|
|
1247
1247
|
<li class="odd ">
|
|
1248
1248
|
<div class="item">
|
|
1249
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1250
|
-
<small>DropboxApi::
|
|
1249
|
+
<span class='object_link'><a href="DropboxApi/Client.html#move-instance_method" title="DropboxApi::Client#move (method)">#move</a></span>
|
|
1250
|
+
<small>DropboxApi::Client</small>
|
|
1251
1251
|
</div>
|
|
1252
1252
|
</li>
|
|
1253
1253
|
|
|
@@ -1262,48 +1262,48 @@
|
|
|
1262
1262
|
|
|
1263
1263
|
<li class="odd ">
|
|
1264
1264
|
<div class="item">
|
|
1265
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1266
|
-
<small>DropboxApi::
|
|
1265
|
+
<span class='object_link'><a href="DropboxApi/Metadata/SharedLinkMetadata.html#new-class_method" title="DropboxApi::Metadata::SharedLinkMetadata.new (method)">new</a></span>
|
|
1266
|
+
<small>DropboxApi::Metadata::SharedLinkMetadata</small>
|
|
1267
1267
|
</div>
|
|
1268
1268
|
</li>
|
|
1269
1269
|
|
|
1270
1270
|
|
|
1271
1271
|
<li class="even ">
|
|
1272
1272
|
<div class="item">
|
|
1273
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1274
|
-
<small>DropboxApi::
|
|
1273
|
+
<span class='object_link'><a href="DropboxApi/Results/ShareFolderLaunch.html#new-class_method" title="DropboxApi::Results::ShareFolderLaunch.new (method)">new</a></span>
|
|
1274
|
+
<small>DropboxApi::Results::ShareFolderLaunch</small>
|
|
1275
1275
|
</div>
|
|
1276
1276
|
</li>
|
|
1277
1277
|
|
|
1278
1278
|
|
|
1279
1279
|
<li class="odd ">
|
|
1280
1280
|
<div class="item">
|
|
1281
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1282
|
-
<small>DropboxApi::
|
|
1281
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveUrlJobStatus.html#new-class_method" title="DropboxApi::Results::SaveUrlJobStatus.new (method)">new</a></span>
|
|
1282
|
+
<small>DropboxApi::Results::SaveUrlJobStatus</small>
|
|
1283
1283
|
</div>
|
|
1284
1284
|
</li>
|
|
1285
1285
|
|
|
1286
1286
|
|
|
1287
1287
|
<li class="even ">
|
|
1288
1288
|
<div class="item">
|
|
1289
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1290
|
-
<small>DropboxApi::Metadata::
|
|
1289
|
+
<span class='object_link'><a href="DropboxApi/Metadata/FileMemberAction.html#new-class_method" title="DropboxApi::Metadata::FileMemberAction.new (method)">new</a></span>
|
|
1290
|
+
<small>DropboxApi::Metadata::FileMemberAction</small>
|
|
1291
1291
|
</div>
|
|
1292
1292
|
</li>
|
|
1293
1293
|
|
|
1294
1294
|
|
|
1295
1295
|
<li class="odd ">
|
|
1296
1296
|
<div class="item">
|
|
1297
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1298
|
-
<small>DropboxApi::Metadata::
|
|
1297
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span>
|
|
1298
|
+
<small>DropboxApi::Metadata::Resource</small>
|
|
1299
1299
|
</div>
|
|
1300
1300
|
</li>
|
|
1301
1301
|
|
|
1302
1302
|
|
|
1303
1303
|
<li class="even ">
|
|
1304
1304
|
<div class="item">
|
|
1305
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1306
|
-
<small>DropboxApi::Metadata::
|
|
1305
|
+
<span class='object_link'><a href="DropboxApi/Metadata/MediaMetadata.html#new-class_method" title="DropboxApi::Metadata::MediaMetadata.new (method)">new</a></span>
|
|
1306
|
+
<small>DropboxApi::Metadata::MediaMetadata</small>
|
|
1307
1307
|
</div>
|
|
1308
1308
|
</li>
|
|
1309
1309
|
|
|
@@ -1318,8 +1318,8 @@
|
|
|
1318
1318
|
|
|
1319
1319
|
<li class="even ">
|
|
1320
1320
|
<div class="item">
|
|
1321
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1322
|
-
<small>DropboxApi::
|
|
1321
|
+
<span class='object_link'><a href="DropboxApi/Metadata/ThumbnailBatchResultEntry.html#new-class_method" title="DropboxApi::Metadata::ThumbnailBatchResultEntry.new (method)">new</a></span>
|
|
1322
|
+
<small>DropboxApi::Metadata::ThumbnailBatchResultEntry</small>
|
|
1323
1323
|
</div>
|
|
1324
1324
|
</li>
|
|
1325
1325
|
|
|
@@ -1342,32 +1342,32 @@
|
|
|
1342
1342
|
|
|
1343
1343
|
<li class="odd ">
|
|
1344
1344
|
<div class="item">
|
|
1345
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1346
|
-
<small>DropboxApi::Endpoints::
|
|
1345
|
+
<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>
|
|
1346
|
+
<small>DropboxApi::Endpoints::ContentUpload</small>
|
|
1347
1347
|
</div>
|
|
1348
1348
|
</li>
|
|
1349
1349
|
|
|
1350
1350
|
|
|
1351
1351
|
<li class="even ">
|
|
1352
1352
|
<div class="item">
|
|
1353
|
-
<span class='object_link'><a href="DropboxApi/Endpoints/
|
|
1354
|
-
<small>DropboxApi::Endpoints::
|
|
1353
|
+
<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>
|
|
1354
|
+
<small>DropboxApi::Endpoints::ContentDownload</small>
|
|
1355
1355
|
</div>
|
|
1356
1356
|
</li>
|
|
1357
1357
|
|
|
1358
1358
|
|
|
1359
1359
|
<li class="odd ">
|
|
1360
1360
|
<div class="item">
|
|
1361
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1362
|
-
<small>DropboxApi::
|
|
1361
|
+
<span class='object_link'><a href="DropboxApi/Client.html#permanently_delete-instance_method" title="DropboxApi::Client#permanently_delete (method)">#permanently_delete</a></span>
|
|
1362
|
+
<small>DropboxApi::Client</small>
|
|
1363
1363
|
</div>
|
|
1364
1364
|
</li>
|
|
1365
1365
|
|
|
1366
1366
|
|
|
1367
1367
|
<li class="even ">
|
|
1368
1368
|
<div class="item">
|
|
1369
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1370
|
-
<small>DropboxApi::
|
|
1369
|
+
<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>
|
|
1370
|
+
<small>DropboxApi::Endpoints::Files::PermanentlyDelete</small>
|
|
1371
1371
|
</div>
|
|
1372
1372
|
</li>
|
|
1373
1373
|
|
|
@@ -1414,16 +1414,16 @@
|
|
|
1414
1414
|
|
|
1415
1415
|
<li class="even ">
|
|
1416
1416
|
<div class="item">
|
|
1417
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1418
|
-
<small>DropboxApi::Results::
|
|
1417
|
+
<span class='object_link'><a href="DropboxApi/Results/Search/Match.html#resource-instance_method" title="DropboxApi::Results::Search::Match#resource (method)">#resource</a></span>
|
|
1418
|
+
<small>DropboxApi::Results::Search::Match</small>
|
|
1419
1419
|
</div>
|
|
1420
1420
|
</li>
|
|
1421
1421
|
|
|
1422
1422
|
|
|
1423
1423
|
<li class="odd ">
|
|
1424
1424
|
<div class="item">
|
|
1425
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1426
|
-
<small>DropboxApi::Results::
|
|
1425
|
+
<span class='object_link'><a href="DropboxApi/Results/SaveCopyReferenceResult.html#resource-instance_method" title="DropboxApi::Results::SaveCopyReferenceResult#resource (method)">#resource</a></span>
|
|
1426
|
+
<small>DropboxApi::Results::SaveCopyReferenceResult</small>
|
|
1427
1427
|
</div>
|
|
1428
1428
|
</li>
|
|
1429
1429
|
|
|
@@ -1452,6 +1452,22 @@
|
|
|
1452
1452
|
</li>
|
|
1453
1453
|
|
|
1454
1454
|
|
|
1455
|
+
<li class="odd ">
|
|
1456
|
+
<div class="item">
|
|
1457
|
+
<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>
|
|
1458
|
+
<small>DropboxApi::Endpoints::Sharing::RevokeSharedLink</small>
|
|
1459
|
+
</div>
|
|
1460
|
+
</li>
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
<li class="even ">
|
|
1464
|
+
<div class="item">
|
|
1465
|
+
<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>
|
|
1466
|
+
<small>DropboxApi::Client</small>
|
|
1467
|
+
</div>
|
|
1468
|
+
</li>
|
|
1469
|
+
|
|
1470
|
+
|
|
1455
1471
|
<li class="odd ">
|
|
1456
1472
|
<div class="item">
|
|
1457
1473
|
<span class='object_link'><a href="DropboxApi/Client.html#save_url-instance_method" title="DropboxApi::Client#save_url (method)">#save_url</a></span>
|
|
@@ -1470,16 +1486,16 @@
|
|
|
1470
1486
|
|
|
1471
1487
|
<li class="odd ">
|
|
1472
1488
|
<div class="item">
|
|
1473
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1474
|
-
<small>DropboxApi::
|
|
1489
|
+
<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>
|
|
1490
|
+
<small>DropboxApi::Client</small>
|
|
1475
1491
|
</div>
|
|
1476
1492
|
</li>
|
|
1477
1493
|
|
|
1478
1494
|
|
|
1479
1495
|
<li class="even ">
|
|
1480
1496
|
<div class="item">
|
|
1481
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1482
|
-
<small>DropboxApi::
|
|
1497
|
+
<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>
|
|
1498
|
+
<small>DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus</small>
|
|
1483
1499
|
</div>
|
|
1484
1500
|
</li>
|
|
1485
1501
|
|
|
@@ -1566,16 +1582,16 @@
|
|
|
1566
1582
|
|
|
1567
1583
|
<li class="odd ">
|
|
1568
1584
|
<div class="item">
|
|
1569
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1570
|
-
<small>DropboxApi::Metadata::
|
|
1585
|
+
<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>
|
|
1586
|
+
<small>DropboxApi::Metadata::SharedLink</small>
|
|
1571
1587
|
</div>
|
|
1572
1588
|
</li>
|
|
1573
1589
|
|
|
1574
1590
|
|
|
1575
1591
|
<li class="even ">
|
|
1576
1592
|
<div class="item">
|
|
1577
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1578
|
-
<small>DropboxApi::Metadata::
|
|
1593
|
+
<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>
|
|
1594
|
+
<small>DropboxApi::Metadata::WriteMode</small>
|
|
1579
1595
|
</div>
|
|
1580
1596
|
</li>
|
|
1581
1597
|
|
|
@@ -1614,16 +1630,16 @@
|
|
|
1614
1630
|
|
|
1615
1631
|
<li class="odd ">
|
|
1616
1632
|
<div class="item">
|
|
1617
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1618
|
-
<small>DropboxApi::
|
|
1633
|
+
<span class='object_link'><a href="DropboxApi/Client.html#token_revoke-instance_method" title="DropboxApi::Client#token_revoke (method)">#token_revoke</a></span>
|
|
1634
|
+
<small>DropboxApi::Client</small>
|
|
1619
1635
|
</div>
|
|
1620
1636
|
</li>
|
|
1621
1637
|
|
|
1622
1638
|
|
|
1623
1639
|
<li class="even ">
|
|
1624
1640
|
<div class="item">
|
|
1625
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1626
|
-
<small>DropboxApi::
|
|
1641
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Auth/TokenRevoke.html#token_revoke-instance_method" title="DropboxApi::Endpoints::Auth::TokenRevoke#token_revoke (method)">#token_revoke</a></span>
|
|
1642
|
+
<small>DropboxApi::Endpoints::Auth::TokenRevoke</small>
|
|
1627
1643
|
</div>
|
|
1628
1644
|
</li>
|
|
1629
1645
|
|
|
@@ -1678,16 +1694,16 @@
|
|
|
1678
1694
|
|
|
1679
1695
|
<li class="odd ">
|
|
1680
1696
|
<div class="item">
|
|
1681
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1682
|
-
<small>DropboxApi::
|
|
1697
|
+
<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>
|
|
1698
|
+
<small>DropboxApi::Client</small>
|
|
1683
1699
|
</div>
|
|
1684
1700
|
</li>
|
|
1685
1701
|
|
|
1686
1702
|
|
|
1687
1703
|
<li class="even ">
|
|
1688
1704
|
<div class="item">
|
|
1689
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1690
|
-
<small>DropboxApi::
|
|
1705
|
+
<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>
|
|
1706
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionAppendV2</small>
|
|
1691
1707
|
</div>
|
|
1692
1708
|
</li>
|
|
1693
1709
|
|
|
@@ -1710,48 +1726,48 @@
|
|
|
1710
1726
|
|
|
1711
1727
|
<li class="odd ">
|
|
1712
1728
|
<div class="item">
|
|
1713
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1714
|
-
<small>DropboxApi::
|
|
1729
|
+
<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>
|
|
1730
|
+
<small>DropboxApi::Endpoints::Files::UploadSessionStart</small>
|
|
1715
1731
|
</div>
|
|
1716
1732
|
</li>
|
|
1717
1733
|
|
|
1718
1734
|
|
|
1719
1735
|
<li class="even ">
|
|
1720
1736
|
<div class="item">
|
|
1721
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1722
|
-
<small>DropboxApi::
|
|
1737
|
+
<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>
|
|
1738
|
+
<small>DropboxApi::Client</small>
|
|
1723
1739
|
</div>
|
|
1724
1740
|
</li>
|
|
1725
1741
|
|
|
1726
1742
|
|
|
1727
1743
|
<li class="odd ">
|
|
1728
1744
|
<div class="item">
|
|
1729
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1730
|
-
<small>DropboxApi::Results::
|
|
1745
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFolderMembers.html#users-instance_method" title="DropboxApi::Results::SharedFolderMembers#users (method)">#users</a></span>
|
|
1746
|
+
<small>DropboxApi::Results::SharedFolderMembers</small>
|
|
1731
1747
|
</div>
|
|
1732
1748
|
</li>
|
|
1733
1749
|
|
|
1734
1750
|
|
|
1735
1751
|
<li class="even ">
|
|
1736
1752
|
<div class="item">
|
|
1737
|
-
<span class='object_link'><a href="DropboxApi/Results/
|
|
1738
|
-
<small>DropboxApi::Results::
|
|
1753
|
+
<span class='object_link'><a href="DropboxApi/Results/SharedFileMembers.html#users-instance_method" title="DropboxApi::Results::SharedFileMembers#users (method)">#users</a></span>
|
|
1754
|
+
<small>DropboxApi::Results::SharedFileMembers</small>
|
|
1739
1755
|
</div>
|
|
1740
1756
|
</li>
|
|
1741
1757
|
|
|
1742
1758
|
|
|
1743
1759
|
<li class="odd ">
|
|
1744
1760
|
<div class="item">
|
|
1745
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1746
|
-
<small>DropboxApi::Metadata::
|
|
1761
|
+
<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>
|
|
1762
|
+
<small>DropboxApi::Metadata::AccessLevel</small>
|
|
1747
1763
|
</div>
|
|
1748
1764
|
</li>
|
|
1749
1765
|
|
|
1750
1766
|
|
|
1751
1767
|
<li class="even ">
|
|
1752
1768
|
<div class="item">
|
|
1753
|
-
<span class='object_link'><a href="DropboxApi/Metadata/
|
|
1754
|
-
<small>DropboxApi::Metadata::
|
|
1769
|
+
<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>
|
|
1770
|
+
<small>DropboxApi::Metadata::MemberAction</small>
|
|
1755
1771
|
</div>
|
|
1756
1772
|
</li>
|
|
1757
1773
|
|