Overview

Request 814805 accepted

- Update to 10.2.0:
* Added comments to legalHoldPolicy struct
* Add more detailed comments to LegalHoldsListHeldRevisionResult
* Fix misc typos in comments
* Add optional EventTypeArg event_type to GetTeamEventsArg struct
* Add invalid_filters to GetTeamEventsError union
* Add deprecated tag to was_linked_apps_truncated, was_linked_devices_truncated, was_link_shared_folders_truncated parameters in JoinTeamDetails struct
* Added the EventTypeArg union
* Update comment for retain_team_shares arg of MembersRemoveArg
* Fix bug in constructor for OAuth object (expires_in -> expiration)
* Remove oauth examples from code and redirect to examples folder
* Bug Fix to add timeout parameter to Refresh Token calls
* added a new route property is_cloud_doc_auth indicating whether the endpoint is a Dropbox cloud docs endpoint which takes cloud docs auth token.
* lock_file_batch, unlock_file_batch and get_file_lock_batch are no longer preview routes
* Update query description on SearchArg Struct, SearchV2Arg Struct
* Update move:2 and move_batch:2 route descirption
* Deleted deprecated routes legal_holds/export_policy and legal_holds/export_policy_job_status/check
* Added AccountState union
* Added AccountLockOrUnlockedType struct
* Added AccountLockOrUnlockedDetails struct
* Added MemberSendInvitePolicy union
* Added MemberSendInvitePolicyChangedType struct
* Added MemberSendInvitePolicyChangedDetails struct
* Added a new tag first_party_token_exchange to LoginMethod union
* Added new tags account_lock_or_unlocked_details and member_send_invite_policy_changed_details to EventDetails union
* Added new tags account_lock_or_unlocked and member_send_invite_policy_changed to EventType union
* Added a new field file_size to FileOrFolderLogInfo and FileLogInfo struct
* Added a new field file_count to FolderLogInfo struct
* Add NoExpirationLinkGenCreateReportDetails, NoExpirationLinkGenReportFailedDetails, NoPasswordLinkGenCreateReportDetails, NoPasswordLinkGenReportFailedDetails, NoPasswordLinkViewCreateReportDetails, NoPasswordLinkViewReportFailedDetails, OutdatedLinkViewCreateReportDetails, OutdatedLnkViewReportFailedDetails structs to the EventDetails union
* Add NoExpirationLinkGenCreateReportType, NoExpirationLinkGenReportFailedType, NoPasswordLinkGenCreateReportType, NoPasswordLinkGenReportFailedType, NoPasswordLinkViewCreateReportType, NoPasswordLinkViewReportFailedType, OutdatedLinkViewCreateReportType, OutdatedLinkViewReportFailedType structs to the EventType union
* Add get_content, get_metadata, rename, unlock, and lock routes
* Add corresponding args, results, and errors
* Update AddPropertiesArg description
* Add duplicate_property_groups to InvalidPropertyGroupError Union
* Update property_groups description on AddPropertiesError Union
* Update SharedLinkSettings example
* Update auth type string patterns
* Update host string patterns
* Update style string patterns
* Update select_admin_mode string patterns
* Add team_exceeded_legal_hold_quota to LegalHoldsPolicyCreateError union
* Change LegalHoldsListHeldRevisionsError and LegalHoldsPolicyReleaseError to extend LegalHoldsError
* Remove is_preview from route add, resend_verification_emails, and delete
* Add support for PKCE
* Add support for Short-Lived Tokens
* Add support for Scopes
* These features are all in beta, please contact Dropbox support if you are interested in these features
* Update Requirements.txt
* Add Github action to auto-publish to pypi
* DropboxOAuth2Flow consumer_secret parameter moved to end of constructor as it became optional with support of PKCE
* Assertions in constructors have been mapped to their BadInputException

Request History
Steve Kowalik's avatar

StevenK created request

- Update to 10.2.0:
* Added comments to legalHoldPolicy struct
* Add more detailed comments to LegalHoldsListHeldRevisionResult
* Fix misc typos in comments
* Add optional EventTypeArg event_type to GetTeamEventsArg struct
* Add invalid_filters to GetTeamEventsError union
* Add deprecated tag to was_linked_apps_truncated, was_linked_devices_truncated, was_link_shared_folders_truncated parameters in JoinTeamDetails struct
* Added the EventTypeArg union
* Update comment for retain_team_shares arg of MembersRemoveArg
* Fix bug in constructor for OAuth object (expires_in -> expiration)
* Remove oauth examples from code and redirect to examples folder
* Bug Fix to add timeout parameter to Refresh Token calls
* added a new route property is_cloud_doc_auth indicating whether the endpoint is a Dropbox cloud docs endpoint which takes cloud docs auth token.
* lock_file_batch, unlock_file_batch and get_file_lock_batch are no longer preview routes
* Update query description on SearchArg Struct, SearchV2Arg Struct
* Update move:2 and move_batch:2 route descirption
* Deleted deprecated routes legal_holds/export_policy and legal_holds/export_policy_job_status/check
* Added AccountState union
* Added AccountLockOrUnlockedType struct
* Added AccountLockOrUnlockedDetails struct
* Added MemberSendInvitePolicy union
* Added MemberSendInvitePolicyChangedType struct
* Added MemberSendInvitePolicyChangedDetails struct
* Added a new tag first_party_token_exchange to LoginMethod union
* Added new tags account_lock_or_unlocked_details and member_send_invite_policy_changed_details to EventDetails union
* Added new tags account_lock_or_unlocked and member_send_invite_policy_changed to EventType union
* Added a new field file_size to FileOrFolderLogInfo and FileLogInfo struct
* Added a new field file_count to FolderLogInfo struct
* Add NoExpirationLinkGenCreateReportDetails, NoExpirationLinkGenReportFailedDetails, NoPasswordLinkGenCreateReportDetails, NoPasswordLinkGenReportFailedDetails, NoPasswordLinkViewCreateReportDetails, NoPasswordLinkViewReportFailedDetails, OutdatedLinkViewCreateReportDetails, OutdatedLnkViewReportFailedDetails structs to the EventDetails union
* Add NoExpirationLinkGenCreateReportType, NoExpirationLinkGenReportFailedType, NoPasswordLinkGenCreateReportType, NoPasswordLinkGenReportFailedType, NoPasswordLinkViewCreateReportType, NoPasswordLinkViewReportFailedType, OutdatedLinkViewCreateReportType, OutdatedLinkViewReportFailedType structs to the EventType union
* Add get_content, get_metadata, rename, unlock, and lock routes
* Add corresponding args, results, and errors
* Update AddPropertiesArg description
* Add duplicate_property_groups to InvalidPropertyGroupError Union
* Update property_groups description on AddPropertiesError Union
* Update SharedLinkSettings example
* Update auth type string patterns
* Update host string patterns
* Update style string patterns
* Update select_admin_mode string patterns
* Add team_exceeded_legal_hold_quota to LegalHoldsPolicyCreateError union
* Change LegalHoldsListHeldRevisionsError and LegalHoldsPolicyReleaseError to extend LegalHoldsError
* Remove is_preview from route add, resend_verification_emails, and delete
* Add support for PKCE
* Add support for Short-Lived Tokens
* Add support for Scopes
* These features are all in beta, please contact Dropbox support if you are interested in these features
* Update Requirements.txt
* Add Github action to auto-publish to pypi
* DropboxOAuth2Flow consumer_secret parameter moved to end of constructor as it became optional with support of PKCE
* Assertions in constructors have been mapped to their BadInputException


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Dominique Leuenberger's avatar

dimstar_suse added openSUSE:Factory:Staging:adi:7 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:7"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:adi:7"


Dominique Leuenberger's avatar

dimstar accepted review


Dominique Leuenberger's avatar

dimstar_suse accepted review

Staging Project openSUSE:Factory:Staging:adi:7 got accepted.


Dominique Leuenberger's avatar

dimstar_suse approved review

Staging Project openSUSE:Factory:Staging:adi:7 got accepted.


Dominique Leuenberger's avatar

dimstar_suse accepted request

Staging Project openSUSE:Factory:Staging:adi:7 got accepted.

openSUSE Build Service is sponsored by