dropbox_api 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +113 -22
  3. data/docs/DropboxApi/Authenticator.html +12 -12
  4. data/docs/DropboxApi/ChunkedUploader.html +20 -20
  5. data/docs/DropboxApi/Client.html +1673 -906
  6. data/docs/DropboxApi/ConnectionBuilder.html +16 -16
  7. data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +10 -10
  8. data/docs/DropboxApi/Endpoints/Auth.html +6 -6
  9. data/docs/DropboxApi/Endpoints/Base.html +9 -9
  10. data/docs/DropboxApi/Endpoints/ContentDownload.html +19 -19
  11. data/docs/DropboxApi/Endpoints/ContentUpload.html +17 -17
  12. data/docs/DropboxApi/Endpoints/Files/Copy.html +12 -12
  13. data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +11 -11
  14. data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +11 -11
  15. data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +11 -11
  16. data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +12 -12
  17. data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +12 -12
  18. data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +11 -11
  19. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +11 -11
  20. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +11 -11
  21. data/docs/DropboxApi/Endpoints/Files/Delete.html +11 -11
  22. data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +11 -11
  23. data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +11 -11
  24. data/docs/DropboxApi/Endpoints/Files/Download.html +11 -11
  25. data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +11 -11
  26. data/docs/DropboxApi/Endpoints/Files/GetPreview.html +11 -11
  27. data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +11 -11
  28. data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +11 -11
  29. data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +15 -15
  30. data/docs/DropboxApi/Endpoints/Files/ListFolder.html +11 -11
  31. data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +11 -11
  32. data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +10 -10
  33. data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +11 -11
  34. data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +11 -11
  35. data/docs/DropboxApi/Endpoints/Files/Move.html +12 -12
  36. data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +11 -11
  37. data/docs/DropboxApi/Endpoints/Files/Restore.html +12 -12
  38. data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +12 -12
  39. data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +11 -11
  40. data/docs/DropboxApi/Endpoints/Files/Search.html +48 -96
  41. data/docs/DropboxApi/Endpoints/Files/Upload.html +10 -10
  42. data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +11 -11
  43. data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +12 -12
  44. data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +12 -12
  45. data/docs/DropboxApi/Endpoints/Files.html +6 -6
  46. data/docs/DropboxApi/Endpoints/Rpc.html +17 -17
  47. data/docs/DropboxApi/Endpoints/RpcContent.html +11 -11
  48. data/docs/DropboxApi/Endpoints/RpcNotify.html +11 -11
  49. data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +12 -12
  50. data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +12 -12
  51. data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +12 -12
  52. data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +11 -11
  53. data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +12 -12
  54. data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +12 -12
  55. data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +10 -10
  56. data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +11 -11
  57. data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +11 -11
  58. data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +11 -11
  59. data/docs/DropboxApi/Endpoints/Sharing.html +6 -6
  60. data/docs/DropboxApi/Endpoints/Users/GetAccount.html +11 -11
  61. data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +11 -11
  62. data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +10 -10
  63. data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +10 -10
  64. data/docs/DropboxApi/Endpoints/Users.html +6 -6
  65. data/docs/DropboxApi/Endpoints.html +6 -6
  66. data/docs/DropboxApi/Errors/AddFileMemberError.html +10 -10
  67. data/docs/DropboxApi/Errors/AddFolderMemberError.html +16 -16
  68. data/docs/DropboxApi/Errors/AddMemberSelectorError.html +11 -11
  69. data/docs/DropboxApi/Errors/AlreadySharedError.html +9 -9
  70. data/docs/DropboxApi/Errors/BadPathError.html +6 -6
  71. data/docs/DropboxApi/Errors/BasicError.html +17 -17
  72. data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +6 -6
  73. data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +6 -6
  74. data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +6 -6
  75. data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +6 -6
  76. data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +6 -6
  77. data/docs/DropboxApi/Errors/ConversionError.html +6 -6
  78. data/docs/DropboxApi/Errors/CreateFileRequestError.html +6 -6
  79. data/docs/DropboxApi/Errors/CreateFolderBatchError.html +7 -7
  80. data/docs/DropboxApi/Errors/CreateFolderError.html +7 -7
  81. data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +11 -11
  82. data/docs/DropboxApi/Errors/CursorClosedError.html +6 -6
  83. data/docs/DropboxApi/Errors/CursorNotClosedError.html +6 -6
  84. data/docs/DropboxApi/Errors/DeleteError.html +9 -9
  85. data/docs/DropboxApi/Errors/DisallowedNameError.html +6 -6
  86. data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +6 -6
  87. data/docs/DropboxApi/Errors/DownloadError.html +7 -7
  88. data/docs/DropboxApi/Errors/DownloadFailedError.html +6 -6
  89. data/docs/DropboxApi/Errors/EmailUnverifiedError.html +6 -6
  90. data/docs/DropboxApi/Errors/FileAncestorConflictError.html +6 -6
  91. data/docs/DropboxApi/Errors/FileConflictError.html +6 -6
  92. data/docs/DropboxApi/Errors/FileMemberActionError.html +10 -10
  93. data/docs/DropboxApi/Errors/FolderConflictError.html +6 -6
  94. data/docs/DropboxApi/Errors/GetAccountError.html +7 -7
  95. data/docs/DropboxApi/Errors/GetCopyReferenceError.html +7 -7
  96. data/docs/DropboxApi/Errors/GetMetadataError.html +7 -7
  97. data/docs/DropboxApi/Errors/GroupDeletedError.html +6 -6
  98. data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +6 -6
  99. data/docs/DropboxApi/Errors/HttpError.html +6 -6
  100. data/docs/DropboxApi/Errors/InProgressError.html +6 -6
  101. data/docs/DropboxApi/Errors/InsideAppFolderError.html +6 -6
  102. data/docs/DropboxApi/Errors/InsideOsxPackageError.html +6 -6
  103. data/docs/DropboxApi/Errors/InsidePublicFolderError.html +6 -6
  104. data/docs/DropboxApi/Errors/InsideSharedFolderError.html +6 -6
  105. data/docs/DropboxApi/Errors/InsufficientPlanError.html +6 -6
  106. data/docs/DropboxApi/Errors/InsufficientSpaceError.html +6 -6
  107. data/docs/DropboxApi/Errors/InternalError.html +6 -6
  108. data/docs/DropboxApi/Errors/InvalidCommentError.html +6 -6
  109. data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +6 -6
  110. data/docs/DropboxApi/Errors/InvalidCursorError.html +6 -6
  111. data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +6 -6
  112. data/docs/DropboxApi/Errors/InvalidEmailError.html +6 -6
  113. data/docs/DropboxApi/Errors/InvalidFileError.html +6 -6
  114. data/docs/DropboxApi/Errors/InvalidIdError.html +6 -6
  115. data/docs/DropboxApi/Errors/InvalidMemberError.html +6 -6
  116. data/docs/DropboxApi/Errors/InvalidPathError.html +6 -6
  117. data/docs/DropboxApi/Errors/InvalidRevisionError.html +6 -6
  118. data/docs/DropboxApi/Errors/InvalidSettingsError.html +6 -6
  119. data/docs/DropboxApi/Errors/InvalidUrlError.html +6 -6
  120. data/docs/DropboxApi/Errors/IsAppFolderError.html +6 -6
  121. data/docs/DropboxApi/Errors/IsFileError.html +6 -6
  122. data/docs/DropboxApi/Errors/IsFolderError.html +6 -6
  123. data/docs/DropboxApi/Errors/IsOsxPackageError.html +6 -6
  124. data/docs/DropboxApi/Errors/IsPublicFolderError.html +6 -6
  125. data/docs/DropboxApi/Errors/ListFolderContinueError.html +8 -8
  126. data/docs/DropboxApi/Errors/ListFolderError.html +7 -7
  127. data/docs/DropboxApi/Errors/ListFolderLongpollError.html +7 -7
  128. data/docs/DropboxApi/Errors/ListRevisionsError.html +7 -7
  129. data/docs/DropboxApi/Errors/ListSharedLinksError.html +8 -8
  130. data/docs/DropboxApi/Errors/LookupError.html +11 -11
  131. data/docs/DropboxApi/Errors/MalformedPathError.html +6 -6
  132. data/docs/DropboxApi/Errors/NoAccountError.html +6 -6
  133. data/docs/DropboxApi/Errors/NoPermissionError.html +6 -6
  134. data/docs/DropboxApi/Errors/NoWritePermissionError.html +6 -6
  135. data/docs/DropboxApi/Errors/NotAMemberError.html +6 -6
  136. data/docs/DropboxApi/Errors/NotFileError.html +6 -6
  137. data/docs/DropboxApi/Errors/NotFolderError.html +6 -6
  138. data/docs/DropboxApi/Errors/NotFoundError.html +6 -6
  139. data/docs/DropboxApi/Errors/PollError.html +8 -8
  140. data/docs/DropboxApi/Errors/PreviewError.html +10 -10
  141. data/docs/DropboxApi/Errors/RateLimitError.html +6 -6
  142. data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +9 -9
  143. data/docs/DropboxApi/Errors/RelocationError.html +13 -13
  144. data/docs/DropboxApi/Errors/RestoreError.html +9 -9
  145. data/docs/DropboxApi/Errors/RestrictedContentError.html +6 -6
  146. data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +10 -10
  147. data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +11 -11
  148. data/docs/DropboxApi/Errors/SaveUrlError.html +10 -10
  149. data/docs/DropboxApi/Errors/SearchError.html +7 -7
  150. data/docs/DropboxApi/Errors/SettingsError.html +8 -8
  151. data/docs/DropboxApi/Errors/ShareFolderError.html +11 -11
  152. data/docs/DropboxApi/Errors/SharePathError.html +17 -17
  153. data/docs/DropboxApi/Errors/SharedFolderAccessError.html +10 -10
  154. data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +6 -6
  155. data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +6 -6
  156. data/docs/DropboxApi/Errors/SharedLinkError.html +9 -9
  157. data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +6 -6
  158. data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +6 -6
  159. data/docs/DropboxApi/Errors/SharingFileAccessError.html +11 -11
  160. data/docs/DropboxApi/Errors/SharingUserError.html +7 -7
  161. data/docs/DropboxApi/Errors/TeamFolderError.html +6 -6
  162. data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +6 -6
  163. data/docs/DropboxApi/Errors/ThumbnailBatchError.html +7 -7
  164. data/docs/DropboxApi/Errors/ThumbnailError.html +10 -10
  165. data/docs/DropboxApi/Errors/TooManyFilesError.html +6 -6
  166. data/docs/DropboxApi/Errors/TooManyMembersError.html +6 -6
  167. data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +6 -6
  168. data/docs/DropboxApi/Errors/TooManyRequestsError.html +15 -15
  169. data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +6 -6
  170. data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +6 -6
  171. data/docs/DropboxApi/Errors/UnmountedError.html +6 -6
  172. data/docs/DropboxApi/Errors/UnshareFileError.html +8 -8
  173. data/docs/DropboxApi/Errors/UnsupportedContentError.html +6 -6
  174. data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +6 -6
  175. data/docs/DropboxApi/Errors/UnsupportedImageError.html +6 -6
  176. data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +6 -6
  177. data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +6 -6
  178. data/docs/DropboxApi/Errors/UploadError.html +7 -7
  179. data/docs/DropboxApi/Errors/UploadSessionFinishError.html +9 -9
  180. data/docs/DropboxApi/Errors/UploadSessionLookupError.html +10 -10
  181. data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +10 -10
  182. data/docs/DropboxApi/Errors/UploadWriteFailedError.html +7 -7
  183. data/docs/DropboxApi/Errors/WriteConflictError.html +9 -9
  184. data/docs/DropboxApi/Errors/WriteError.html +11 -11
  185. data/docs/DropboxApi/Errors.html +6 -6
  186. data/docs/DropboxApi/Metadata/AccessLevel.html +9 -9
  187. data/docs/DropboxApi/Metadata/AddFileMemberResult.html +6 -6
  188. data/docs/DropboxApi/Metadata/AddMember.html +11 -11
  189. data/docs/DropboxApi/Metadata/Base.html +24 -24
  190. data/docs/DropboxApi/Metadata/BasicAccount.html +6 -6
  191. data/docs/DropboxApi/Metadata/CommitInfo.html +9 -9
  192. data/docs/DropboxApi/Metadata/Deleted.html +6 -6
  193. data/docs/DropboxApi/Metadata/Dimensions.html +6 -6
  194. data/docs/DropboxApi/Metadata/Field.html +24 -20
  195. data/docs/DropboxApi/Metadata/File.html +10 -10
  196. data/docs/DropboxApi/Metadata/FileCategoriesList.html +205 -0
  197. data/docs/DropboxApi/Metadata/FileCategory.html +250 -0
  198. data/docs/DropboxApi/Metadata/FileExtensionsList.html +213 -0
  199. data/docs/DropboxApi/Metadata/FileLinkMetadata.html +6 -6
  200. data/docs/DropboxApi/Metadata/FileMemberAction.html +10 -10
  201. data/docs/DropboxApi/Metadata/FileRequest.html +6 -6
  202. data/docs/DropboxApi/Metadata/FileStatus.html +242 -0
  203. data/docs/DropboxApi/Metadata/Folder.html +10 -10
  204. data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +6 -6
  205. data/docs/DropboxApi/Metadata/FolderSharingInfo.html +6 -6
  206. data/docs/DropboxApi/Metadata/LinkPermissions.html +6 -6
  207. data/docs/DropboxApi/Metadata/Location.html +6 -6
  208. data/docs/DropboxApi/Metadata/MediaInfo.html +9 -9
  209. data/docs/DropboxApi/Metadata/MediaMetadata.html +9 -9
  210. data/docs/DropboxApi/Metadata/Member.html +13 -13
  211. data/docs/DropboxApi/Metadata/MemberAction.html +9 -9
  212. data/docs/DropboxApi/Metadata/MemberActionList.html +9 -9
  213. data/docs/DropboxApi/Metadata/MemberPermission.html +6 -6
  214. data/docs/DropboxApi/Metadata/MemberPermissionList.html +10 -10
  215. data/docs/DropboxApi/Metadata/MetadataV2.html +140 -0
  216. data/docs/DropboxApi/Metadata/Name.html +6 -6
  217. data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +6 -6
  218. data/docs/DropboxApi/Metadata/PhotoMetadata.html +6 -6
  219. data/docs/DropboxApi/Metadata/Resource.html +10 -10
  220. data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +140 -0
  221. data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +244 -0
  222. data/docs/DropboxApi/Metadata/SearchMatchV2.html +216 -0
  223. data/docs/DropboxApi/Metadata/SearchOptions.html +140 -0
  224. data/docs/DropboxApi/Metadata/SearchOrderBy.html +242 -0
  225. data/docs/DropboxApi/Metadata/SharedFolder.html +6 -6
  226. data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +6 -6
  227. data/docs/DropboxApi/Metadata/SharedLink.html +18 -18
  228. data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +10 -10
  229. data/docs/DropboxApi/Metadata/SpaceAllocation.html +6 -6
  230. data/docs/DropboxApi/Metadata/SpaceUsage.html +6 -6
  231. data/docs/DropboxApi/Metadata/Tag.html +14 -14
  232. data/docs/DropboxApi/Metadata/Team.html +6 -6
  233. data/docs/DropboxApi/Metadata/TeamMemberInfo.html +6 -6
  234. data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +6 -6
  235. data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +11 -11
  236. data/docs/DropboxApi/Metadata/UploadSessionCursor.html +9 -9
  237. data/docs/DropboxApi/Metadata/VideoMetadata.html +6 -6
  238. data/docs/DropboxApi/Metadata/WriteMode.html +21 -21
  239. data/docs/DropboxApi/Metadata.html +8 -8
  240. data/docs/DropboxApi/MiddleWare/DecodeResult.html +13 -13
  241. data/docs/DropboxApi/MiddleWare/Stack.html +22 -22
  242. data/docs/DropboxApi/MiddleWare.html +6 -6
  243. data/docs/DropboxApi/OptionsValidator.html +9 -9
  244. data/docs/DropboxApi/ResultBuilder.html +30 -30
  245. data/docs/DropboxApi/Results/AddFileMemberResultList.html +10 -10
  246. data/docs/DropboxApi/Results/Base.html +11 -11
  247. data/docs/DropboxApi/Results/BasicAccountBatch.html +10 -10
  248. data/docs/DropboxApi/Results/CopyBatchResult.html +10 -10
  249. data/docs/DropboxApi/Results/CreateFolderBatchResult.html +13 -13
  250. data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +9 -9
  251. data/docs/DropboxApi/Results/DeleteBatchResult.html +13 -13
  252. data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +9 -9
  253. data/docs/DropboxApi/Results/GetCopyReferenceResult.html +18 -18
  254. data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +14 -14
  255. data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +10 -10
  256. data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +10 -10
  257. data/docs/DropboxApi/Results/ListFolderLongpollResult.html +14 -14
  258. data/docs/DropboxApi/Results/ListFolderResult.html +18 -18
  259. data/docs/DropboxApi/Results/ListRevisionsResult.html +14 -14
  260. data/docs/DropboxApi/Results/ListSharedLinksResult.html +18 -18
  261. data/docs/DropboxApi/Results/RelocationBatchResult.html +13 -13
  262. data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +9 -9
  263. data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +10 -10
  264. data/docs/DropboxApi/Results/SaveUrlJobStatus.html +15 -15
  265. data/docs/DropboxApi/Results/SaveUrlResult.html +10 -10
  266. data/docs/DropboxApi/Results/Search/Match.html +18 -18
  267. data/docs/DropboxApi/Results/Search.html +6 -6
  268. data/docs/DropboxApi/Results/SearchV2Result.html +368 -0
  269. data/docs/DropboxApi/Results/ShareFolderLaunch.html +12 -12
  270. data/docs/DropboxApi/Results/SharedFileMembers.html +22 -22
  271. data/docs/DropboxApi/Results/SharedFolderMembers.html +22 -22
  272. data/docs/DropboxApi/Results/UploadSessionStart.html +10 -10
  273. data/docs/DropboxApi/Results/VoidResult.html +6 -6
  274. data/docs/DropboxApi/Results.html +8 -8
  275. data/docs/DropboxApi.html +7 -7
  276. data/docs/DropboxScaffoldBuilder.html +220 -108
  277. data/docs/_index.html +86 -16
  278. data/docs/class_list.html +3 -3
  279. data/docs/css/common.css +3 -0
  280. data/docs/css/style.css +3 -2
  281. data/docs/file.README.html +28 -23
  282. data/docs/file.api_coverage.html +14 -14
  283. data/docs/file.rails_setup.html +10 -10
  284. data/docs/file_list.html +2 -2
  285. data/docs/frames.html +2 -2
  286. data/docs/index.html +28 -23
  287. data/docs/js/app.js +14 -3
  288. data/docs/method_list.html +338 -266
  289. data/docs/top-level-namespace.html +6 -6
  290. data/lib/dropbox_api/authenticator.rb +2 -6
  291. data/lib/dropbox_api/client.rb +23 -2
  292. data/lib/dropbox_api/connection_builder.rb +38 -4
  293. data/lib/dropbox_api/endpoints/base.rb +24 -1
  294. data/lib/dropbox_api/endpoints/content_download.rb +2 -2
  295. data/lib/dropbox_api/endpoints/content_upload.rb +2 -2
  296. data/lib/dropbox_api/endpoints/files/search_continue.rb +23 -0
  297. data/lib/dropbox_api/endpoints/rpc.rb +2 -2
  298. data/lib/dropbox_api/endpoints/rpc_content.rb +2 -2
  299. data/lib/dropbox_api/endpoints/rpc_notify.rb +2 -2
  300. data/lib/dropbox_api/errors/expired_access_token_error.rb +5 -0
  301. data/lib/dropbox_api/metadata/basic_account.rb +7 -1
  302. data/lib/dropbox_api/metadata/namespace_id.rb +10 -0
  303. data/lib/dropbox_api/metadata/root_info.rb +32 -0
  304. data/lib/dropbox_api/metadata/team_root_info.rb +8 -0
  305. data/lib/dropbox_api/metadata/user_root_info.rb +7 -0
  306. data/lib/dropbox_api/middleware/path_root.rb +35 -0
  307. data/lib/dropbox_api/results/search_v2_result.rb +2 -3
  308. data/lib/dropbox_api/version.rb +1 -1
  309. data/lib/dropbox_api.rb +10 -3
  310. metadata +21 -3
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::FolderConflictError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::FolderConflictError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::GetAccountError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::GetAccountError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -116,7 +116,7 @@
116
116
 
117
117
  </dt>
118
118
  <dd><pre class="code"><span class='lbrace'>{</span>
119
- <span class='symbol'>:no_account</span> <span class='op'>=&gt;</span> <span class='const'><span class='object_link'><a href="NoAccountError.html" title="DropboxApi::Errors::NoAccountError (class)">NoAccountError</a></span></span>
119
+ <span class='label'>no_account:</span> <span class='const'><span class='object_link'><a href="NoAccountError.html" title="DropboxApi::Errors::NoAccountError (class)">NoAccountError</a></span></span>
120
120
  <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
121
121
 
122
122
  </dl>
@@ -151,9 +151,9 @@
151
151
  </div>
152
152
 
153
153
  <div id="footer">
154
- Generated on Fri May 31 17:53:34 2019 by
154
+ Generated on Sun Feb 7 11:51:57 2021 by
155
155
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
- 0.9.19 (ruby-2.6.2).
156
+ 0.9.26 (ruby-2.5.1).
157
157
  </div>
158
158
 
159
159
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::GetCopyReferenceError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::GetCopyReferenceError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -116,7 +116,7 @@
116
116
 
117
117
  </dt>
118
118
  <dd><pre class="code"><span class='lbrace'>{</span>
119
- <span class='symbol'>:path</span> <span class='op'>=&gt;</span> <span class='const'><span class='object_link'><a href="LookupError.html" title="DropboxApi::Errors::LookupError (class)">LookupError</a></span></span>
119
+ <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="LookupError.html" title="DropboxApi::Errors::LookupError (class)">LookupError</a></span></span>
120
120
  <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
121
121
 
122
122
  </dl>
@@ -151,9 +151,9 @@
151
151
  </div>
152
152
 
153
153
  <div id="footer">
154
- Generated on Fri May 31 17:53:35 2019 by
154
+ Generated on Sun Feb 7 11:51:58 2021 by
155
155
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
- 0.9.19 (ruby-2.6.2).
156
+ 0.9.26 (ruby-2.5.1).
157
157
  </div>
158
158
 
159
159
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::GetMetadataError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::GetMetadataError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -116,7 +116,7 @@
116
116
 
117
117
  </dt>
118
118
  <dd><pre class="code"><span class='lbrace'>{</span>
119
- <span class='symbol'>:path</span> <span class='op'>=&gt;</span> <span class='const'><span class='object_link'><a href="LookupError.html" title="DropboxApi::Errors::LookupError (class)">LookupError</a></span></span>
119
+ <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="LookupError.html" title="DropboxApi::Errors::LookupError (class)">LookupError</a></span></span>
120
120
  <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
121
121
 
122
122
  </dl>
@@ -151,9 +151,9 @@
151
151
  </div>
152
152
 
153
153
  <div id="footer">
154
- Generated on Fri May 31 17:53:34 2019 by
154
+ Generated on Sun Feb 7 11:51:57 2021 by
155
155
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
156
- 0.9.19 (ruby-2.6.2).
156
+ 0.9.26 (ruby-2.5.1).
157
157
  </div>
158
158
 
159
159
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::GroupDeletedError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::GroupDeletedError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::GroupNotOnTeamError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::GroupNotOnTeamError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::HttpError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::HttpError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri May 31 17:53:32 2019 by
117
+ Generated on Sun Feb 7 11:51:55 2021 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.19 (ruby-2.6.2).
119
+ 0.9.26 (ruby-2.5.1).
120
120
  </div>
121
121
 
122
122
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InProgressError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InProgressError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsideAppFolderError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsideAppFolderError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsideOsxPackageError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsideOsxPackageError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsidePublicFolderError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsidePublicFolderError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsideSharedFolderError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsideSharedFolderError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsufficientPlanError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsufficientPlanError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InsufficientSpaceError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InsufficientSpaceError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InternalError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InternalError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InvalidCommentError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InvalidCommentError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InvalidCopyReferenceError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InvalidCopyReferenceError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DropboxApi::Errors::InvalidCursorError
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.26
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DropboxApi::Errors::InvalidCursorError";
19
19
  relpath = '../../';
20
20
  </script>
@@ -133,9 +133,9 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Fri May 31 17:53:32 2019 by
136
+ Generated on Sun Feb 7 11:51:56 2021 by
137
137
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
- 0.9.19 (ruby-2.6.2).
138
+ 0.9.26 (ruby-2.5.1).
139
139
  </div>
140
140
 
141
141
  </div>