Releases: dropbox/dropbox-sdk-python
v9.4.0 Release
auth Namespace:
- Added missing_scope into AuthError.
file_requests namespace:
- Added list and list/continue endpoints.
- Added count endpoint.
- Added delete and delete_all_closed endpoints.
files namespace:
- Added unsupported_file to DownloadError.
- Added upper bound 9999 to start field in SearchArg.
- Added unsupported_content_type to LookupError.
- Added cant_move_shared_folder to RelocationError.
- Added email_not_verified and unsupported_file to GetTemporaryLinkError.
- Added ExportInfo struct.
- Added fields (is_downloadable, export_info) to FileMetadata.
- Added include_non_downloadable_files to ListFolderArg.
- Added ExportMetadata, ExportArg, Export Result Structs.
- Added ExportError union.
- Added /export route.
seen_state namespace:
- Added mobile_ios, mobile_android and api into PlatformType.
- Deprecated mobile in PlatformType.
sharing namespace:
- Updated shared_link_already_exists under CreateSharedLinkWithSettingsError from void to SharedLinkAlreadyExistsMetadata.
- Updated docstrings for LinkPermissions
- Added banned_member to AddFolderMemberError.
- Added password field to LinkAudience.
- Added effective_audience and link_access_level fields to LinkPermissions struct.
- Added audience and access fields to SharedLinkSettings struct.
- Added LinkAccessLevel and RequestedLinkAccessLevel union.
- Added create_view_link and create_edit_link fields to FileAction union.
team namespace:
- Added profile_photo_url and suspended_on into MemberProfile.
team_log namespace:
- Added various new types.
team_policies namespace:
- Added TwoStepVerificationState union.
team_reports namespace:
- Added TemporaryFailureReason union.
v9.3.0 Release
Common Namespace:
- Force matching dot character in alias
EmailAddress
.
File_properties namespace:
- Doesn’t allow app folder app to access file property endpoints.
Files namespace:
- Create
copy_batch:2
andmove_batch:2
endpoints. Deprecate existingcopy_batch
andmove_batch
.
Sharing_files namespace:
- Doesn’t allow app folder app to access sharing files endpoints.
Team namespace:
- Only Team apps with Team member file access can access team/properties endpoints.
v9.2.0 Release
Common Namespace:
- Allow DisplayNameLegacy to support a name of zero chars
Contacts namespace:
- New namespace
- New routes: delete_manual_contacts and delete_manual_contacts_batch
- New argument structs for new routes
Sharing namespace:
- Add no_one option to LinkAudience union
Teams namespace:
- Add is_disconnected boolean to RemovedStatus struct
- Add error response type to namespace/list route
Team_log namespace:
- New event types added
v9.1.0 Release
files Namespace:
- Updated doc strings
team_log Namespace:
- Updated event docstrings
- New reset field for loading events with a cursor
- New event types added
team_policies Namespace:
- New CameraUploadsPolicyState union
v9.0.0 Release
- Fixed mappings of business API endpoints to the right object.
- Added escaping for namespaces with keyword names.
v8.9.0 Release
Files Namespace:
- new documentation
- added new too_large error type for uploads
Team namespace:
- add is_directory_restricted attribute to MemberProfile, MemberAddArg
- add new_is_directory_restricted to MemberSetProfileArg
Team_log namespace:
- additional documentation
v8.8.1 Release
- Fixed Sphinx documentation entires.
- Added missing namespace: seen_state.
- Removed deleted namespace: properties.
v8.8.0 Release
file_properties namespace:
- updated comments
files namespace:
- new FileId alias
- new SymlinkInfo struct on FileMetadata
- added select_admin_mode attribute to relevant routes
- added too_many_write_operations error type to WriteError
- New CreateFolderBatch endpoint and related datatypes
- Added parent_rev attribute to DeleteArg
- New Thumbnail sizes
- New ThumbnailMode object
- New SyncSettings objects
sharing namespace:
- added select_admin_mode attribute to relevant routes
- add seen_State.PlatformType to UserFileMembershipInfo
- new set_access_inheritance for FolderAction
- Updated docs
- additional user info added to UserInfo struct
- new AccessInheritance union
- new set_access_inheritance route
team namespace:
- updated docstrings
- new HasTeamSelectiveSync object
- new selective sync settings included in various return objects and error types
- new update_sync_settings route
team_log namespace:
- updated event types
team_policies namespace:
- new ShowcaseEnabledPolicy object
- new ShowcaseDownloadPolicy object
- new ShowcaseExternalSharingPolicy object
users namespace:
- updated routes with select_admin_mode attribute.
v8.7.1 Release
Fix regression in Dropbox.as_admin()
and Dropbox.as_user()
v8.7.0 Release
Added with_path_root
helper utility to Dropbox base class to facility stetting Dropbox-API-Path-Root
header. See https://www.dropbox.com/developers/reference/namespace-guide#pathrootmodes for more information about the path root header.