v10.37.0
Dropbox JavaScript SDK 10.37.0
This release updates the Dropbox API specification through July 13, 2026 and regenerates the JavaScript routes and TypeScript definitions.
New API methods
- Account profile photos:
accountDeleteProfilePhoto,accountGetPhoto - Batch upload sessions:
filesUploadSessionAppendBatch - Paper metadata:
paperDocsGetMetadata - Riviera asynchronous extraction:
rivieraGetMarkdownAsync,rivieraGetMarkdownAsyncCheckrivieraGetMetadataAsync,rivieraGetMetadataAsyncCheckrivieraGetTranscriptAsync,rivieraGetTranscriptAsyncCheck
- Sharing:
sharingRelinquishAccess,sharingUpdateFilePolicy - Team administration:
teamMembersDeleteFormerMemberFiles,teamTeamFolderRestore
API and type updates
- Added restorable-file metadata and request options, including
is_restorableandinclude_restorable_info. - Added new team policy types for link expiration, password enforcement, default permissions, top-level content, and shared-folder link restrictions.
- Added team activity event types covering ransomware recovery, encryption keys, Replay, Dropbox Protect, Media Hub, and multi-team identity.
- Added new sharing errors, team-folder limits, account photo types,
DropboxDuration, and updated API error definitions. - Updated API documentation and deprecation annotations, including the planned retirement of
sharingGetSharedLinks.
Removed deprecated API methods
The following retired endpoints were removed from the public API specification. Use the supported replacements:
| Removed method | Replacement |
|---|---|
filesPropertiesRemove |
filePropertiesPropertiesRemove |
filesPropertiesTemplateGet |
filePropertiesTemplatesGetForUser |
filesPropertiesTemplateList |
filePropertiesTemplatesListForUser |
teamPropertiesTemplateList |
filePropertiesTemplatesListForTeam |
teamPropertiesTemplateUpdate |
filePropertiesTemplatesUpdateForTeam |
See #1175 for the complete SDK update.
Full Changelog: v10.36.0...v10.37.0