All Versions
18
Latest Version
Avg Release Cycle
68 days
Latest Release
1628 days ago

Changelog History
Page 1

  • v5.6.0 Changes

    December 04, 2020

    ๐Ÿš€ Release Notes:

    โฌ†๏ธ Bump version to 5.6.0 (#190)

    โšก๏ธ Automated Spec Update (#189)

    ๐Ÿ›  Fix typo in RequestHandler (#187)

    โฌ†๏ธ Bump nuget/setup-nuget from v1.0.2 to v1.0.5 (#182)

  • v5.5.0 Changes

    November 16, 2020

    ๐Ÿš€ Release Notes:

    • โšก๏ธ Automated Spec Update f16378220aab09f7412206785b6bae0ab119a7c9
  • v5.4.0 Changes

    November 10, 2020

    ๐Ÿš€ Release Notes:

    ๐Ÿš€ Update Release Version for Spec Update (#181)

    โšก๏ธ Automated Spec Update (#179)

    โฌ†๏ธ Bump bootstrap in /dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard (#177)

    โฌ†๏ธ Bump darenm/Setup-VSTest from v1 to v1.1.1 (#176)

    Migrate references from master to main (#175)

  • v5.3.0 Changes

    October 30, 2020

    ๐Ÿš€ Release Notes:

    โšก๏ธ Update to version 5.3.0 with spec update (#172)

    โšก๏ธ Automated Spec Update (#171)

    โšก๏ธ Update spec update workflow trigger (#170)

    โž• Add required source param (#169)

    โšก๏ธ Next attempt at update (#168)

    ๐Ÿ›  Fix apikey flag (#167)

    Add workflow_dispatch to nuget_upload (#166)

    ๐Ÿš€ Update release scripts (#165)

  • v5.2.0 Changes

    October 19, 2020

    ๐Ÿš€ Release Notes:

    ๐Ÿ›  Fix default in getAuthenticationUrl to pass if requested (#160)

    โšก๏ธ Automated Spec Update (#164)

    โฌ†๏ธ Bump actions/setup-python from v2.1.3 to v2.1.4 (#159)

    ๐Ÿ“š Update Documentation Source to fix mistyped path (#155)

    โฌ†๏ธ Bump peter-evans/create-pull-request from v3.4.0 to v3.4.1 (#154)

    โฌ†๏ธ Bump peter-evans/create-pull-request from v3.3.0 to v3.4.0 (#140)

    โฌ†๏ธ Bump actions/setup-python from v2.1.2 to v2.1.3 (#141)

    โž• Add release scripts (#138)

    โž• Add spec update script (#128)

    โšก๏ธ Update Nuspec & Build scripts (#137)

    โž• Add linter (#135)

    โšก๏ธ Update Repository Files (#127)

    โž• Add action to test build of project (#126)

  • v5.1.0 Changes

    September 11, 2020

    ๐Ÿ”„ Change Notes:

    • โšก๏ธ Update Readme to show correct supported versions
    • ๐Ÿ›  Fix bug allowing support for SLT in Team Client
    • ๐Ÿ›  Fix typo bug in dropboxRequestHandler.cs and ITransport.cs
      resposneDecoder => responseDecoder
    • ๐Ÿ”„ Change license/icon in nuspec file
  • v5.0.0 Changes

    August 12, 2020

    ๐Ÿšš Move officially supported versions to Net45 and NetStandard2.0

    ๐Ÿ‘ท Migrate from VS2015 to VS2017 build system

    ๐Ÿ— Move all build targets into single CSProj file

    โž• Add System.Security.Cryptography as dependency

    โž• Add support for PKCE oauth flow

    โž• Add PKCE Oauth Example

    โž• Add option for requesting specific scopes and including already granted scopes in oauth flow

    โž• Add support for requesting specific scopes on token refresh

    ๐Ÿ”ฆ Expose refresh method publicly to dropbox client

    โšก๏ธ Update tests to include downscoping

    โšก๏ธ Update oauth example to support different scope examples

    Add token_access_type to oauth flow

    • Legacy - default - the current long lived token flow
    • Online - requests only a short-lived access token

    - Offline - requests both a short-lived access token and a refresh token

    โž• Add refresh check to each API call

    โž• Add refresh check on client creation

    Files Namespace

    • โž• Add internal_error to SearchError union.
    • โž• Add locked to LookupError union.
    • ๐Ÿšš Add cant_move_into_vault to RelocationError union.
    • โž• Add MoveIntoVaultError union.
    • โž• Add SearchMatchFieldOptions struct.
    • Add optional match_field_options to SearchV2Arg struct.
    • Doc/example changes.

    Sharing Namespace

    • โž• Add is_vault to SharePathError union.
    • Add invalid_shared_folder to AddFolderMemberError union.

    Team Namespace

    • โšก๏ธ Make members field of LegalHoldsPolicyUpdateArg struct optional.
    • Add app_folder_removal_not_supported to RevokeLinkedAppError union.
    • Doc/example changes.

    ๐ŸŒฒ Team Log Namespace

    • โž• Add auto_approve to InviteMethod union.
    • Add moved_from_another_team to InviteMethod union.
    • Add moved_from_another_team to MemberStatus union.
    • โž• Add no_one to SharedLinkVisibility union.
    • โž• Add optional new_team to MemberChangeStatusDetails struct.
    • โž• Add optional previous_team to MemberChangeStatusDetails struct.
    • Add external_sharing_create_report_details to EventDetails union.
    • Add external_sharing_report_failed to EventDetails union.
    • Add content_administration_policy_changed_details to EventDetails union.
    • Add external_sharing_create_report to EventType union.
    • Add external_sharing_report_failed to EventType union.
    • Add content_administration_policy_changed to EventType union.
    • Add send_for_signature_policy_changed_details to EventDetails union.
    • Add external_sharing_create_report to EventTypeArgs union.
    • Add external_sharing_report_failed to EventTypeArgs union.
    • Add content_administration_policy_changed to EventTypeArgs union.
    • Add send_for_signature_policy_changed to EventTypeArgs union.
    • โž• Add SendForSignaturePolicy union.
    • โž• Add ExternalSharingCreateReportDetails struct.
    • โž• Add ExternalSharingReportFailedDetails struct.
    • โž• Add ContentAdministrationPolicyChangedDetails struct.
    • โž• Add SendForSignaturePolicyChangedDetails struct.
    • โž• Add ExternalSharingCreateReportType struct.
    • โž• Add ExternalSharingReportFailedType struct.
    • โž• Add ContentAdministrationPolicyChangedType struct.
    • โž• Add SendForSignaturePolicyChangedType struct.
  • v4.10.0 Changes

    April 30, 2020

    ๐Ÿ”„ Change Notes:
    (cfd31ba4ca1af7b82e3e6a35fae5ecf825584598)
    Account namespace:

    • Added set_profile_photo end point.

    Auth namespace:

    • Added route_access_denied to AuthError.

    Common namespace:

    • โž• Added SecondaryEmail struct.

    Contacts namespace:

    • Added scope route attribute to delete_manual_contacts end point.

    Files namespace:

    • โž• Added scope route attribute to the following end points:
    • ๐Ÿ“‡ get_metadata
    • list_folder/longpoll
    • list_folder
    • list_folder/continue
    • list_folder/get_latest_cursor
    • download
    • download_zip
    • export
    • upload_session/start
    • upload_session/append
    • upload_session/append:2
    • upload_session/finish
    • upload_session/finish_batch
    • upload_session/finish_batch/check
    • search
    • upload
    • create_folder
    • create_folder:2
    • create_folder_batch
    • create_folder_batch/check
    • โœ‚ delete
    • โœ‚ delete:2
    • โœ‚ delete_batch
    • โœ‚ delete_batch/check
    • permanently_delete
    • copy
    • copy:2
    • copy_batch
    • copy_batch:2
    • copy_batch/check
    • copy_batch/check:2
    • ๐Ÿšš move
    • ๐Ÿšš move:2
    • ๐Ÿšš move_batch
    • ๐Ÿšš move_batch:2
    • ๐Ÿšš move_batch/check:2
    • ๐Ÿšš move_batch/check
    • get_thumbnail
    • get_thumbnail_batch
    • get_preview
    • list_revisions
    • โช restore
    • get_temporary_link
    • get_temporary_upload_link
    • copy_reference/get
    • copy_reference/save
    • ๐Ÿ’พ save_url
    • save_url/check_job_status
    • โž• Added new search:2 end point.
    • โž• Added new search/continue:2 end point
    • Added new lock_file_batch end point
    • Added new unlock_file_batch end point
    • Added new get_file_lock_batch end point
    • โž• Added New MetadataV2 union
    • โž• Added new HighlightSpan struct
    • โž• Added new FileLockMetadata struct
    • ๐Ÿ”’ Added file_lock_info to FileMetadata struct
    • โž• Added template_error to ListFolderError union
    • โž• Added retry_error to ExportError union

    File_properties namespace:

    • โž• Added scope route attribute to to the following end points:
    • properties/add
    • properties/overwrite
    • โšก๏ธ properties/update
    • ๐Ÿšš properties/remove
    • properties/search
    • templates/add_for_user
    • templates/add_for_team
    • templates/get_for_user
    • templates/get_for_team
    • templates/update_for_user
    • templates/update_for_team
    • templates/list_for_user
    • templates/list_for_team
    • templates/remove_for_user
    • templates/remove_for_team

    File_requests namespace:

    • โž• Added optional scope route attribute to to the following end points:
    • list:2
    • list/continue
    • list
    • get
    • create
    • โšก๏ธ update
    • count
    • โœ‚ delete
    • delete_all_closed
    • โšก๏ธ Updated docstrings for CreateFileRequestError

    Team namespace:

    โž• Added scope route attribute to to the following end points:

    ๐Ÿš€ legal_holds/release_policy

    members/secondary_emails/add

    members/secondary_emails

    get_info

    token/get_authenticated_admin

    ๐Ÿ”‹ features/get_values

    devices/list_member_devices

    devices/list_members_devices

    devices/revoke_device_session

    devices/revoke_device_session_batch

    team_folder/create

    team_folder/rename

    team_folder/list

    team_folder/list/continue

    team_folder/get_info

    team_folder/activate

    team_folder/archive

    team_folder/archive/check

    team_folder/permanently_delete

    groups/list

    groups/list/continue

    groups/get_info

    groups/create

    groups/delete

    โšก๏ธ groups/update

    groups/members/add

    ๐Ÿšš groups/members/remove

    groups/members/set_access_type

    groups/members/list

    groups/members/list/continue

    linked_apps/list_member_linked_apps

    linked_apps/list_members_linked_apps

    linked_apps/revoke_linked_app

    linked_apps/revoke_linked_app_batch

    member_space_limits/set_custom_quota

    member_space_limits/remove_custom_quota

    member_space_limits/get_custom_quota

    member_space_limits/excluded_users/add

    member_space_limits/excluded_users/remove

    member_space_limits/excluded_users/list

    members/list

    members/list/continue

    members/get_info

    members/add

    ๐Ÿ‘ท members/add/job_status/get

    members/set_admin_permissions

    members/send_welcome_email

    ๐Ÿšš members/remove

    ๐Ÿšš members/remove/job_status/get

    members/suspend

    members/unsuspend

    members/recover

    members/move_former_member_files

    namespaces/list

    namespaces/list/continue

    reports/get_storage

    reports/get_activity

    reports/get_membership

    ๐Ÿš€ Added new legal_holds/release_policy end point.

    โž• Added new members/secondary_emails/add end point.

    Added new members/secondary_emails/resend_verification_emails

    โž• Added new members/secondary_emails/delete end point

    Added new members/set_profile_photo end point

    Added new members/delete_profile_photo end point

    โž• Added secondary_emails to MemberProfile struct

    โž• Added invited_on to MemberProfile struct

    Added retain_team_shares in MembersRemoveArg Struct

    โž• Added the following to MembersRemoveError union

    cannot_retain_shares_when_data_wiped

    cannot_retain_shares_when_no_account_kept

    cannot_retain_shares_when_team_external_sharing_off

    cannot_keep_account

    cannot_keep_account_under_legal_hold

    cannot_keep_account_required_to_sign_tos

    โšก๏ธ Updated docstring for DateRange

    Team_log namespace:

    • โž• Add scope route attribute to the following end points:
    • get_events
    • โž• Added unlink_device to QuickActionType union
    • โž• Added enterprise_console to AccessMethodLogInfo
    • ๐Ÿ”— Added was_linked_apps_truncated, was_linked_devices_truncated
      ๐Ÿ”— , was_linked_shared_folders_truncated to JoinTeamDetails struct
    • Added web_session, qr_code, apple_oauth to LoginMethod union
    • โž• Added enterprise_admin to TrustedNonTeamMemberType union
    • โž• Added team to TeamMemberLogInfo struct
    • Added is_shared_namespace to NamespaceRelativePathLogInfo struct
    • โž• Added organization_team to ContextLogInfo union
    • โž• Added legal_holds to EventCategory union
    • โž• Added the following to EventDetails union:
    • folder_overview_description_changed_details
    • folder_overview_item_pinned_details
    • folder_overview_item_unpinned_details
    • legal_holds_activate_a_hold_details
    • legal_holds_add_members_details
    • legal_holds_change_hold_details_details
    • legal_holds_change_hold_name_details
    • legal_holds_export_a_hold_details
    • legal_holds_release_a_hold_details
    • legal_holds_remove_members_details
    • legal_holds_report_a_hold_details
    • โœ‚ member_delete_profile_photo_details
    • member_set_profile_photo_details
    • pending_secondary_email_added_details
    • secondary_email_deleted_details
    • secondary_email_verified_details
    • paper_published_link_change_permission_details
    • export_members_report_fail_details
    • file_transfers_file_add_details
    • file_transfers_transfer_delete_details
    • file_transfers_transfer_download_details
    • file_transfers_transfer_send_details
    • file_transfers_transfer_view_details
    • shared_content_restore_invitees_details
    • shared_content_restore_member_details
    • device_approvals_add_exception_details
    • device_approvals_remove_exception_details
    • file_locking_policy_changed_details
    • file_transfers_policy_changed_details
    • password_strength_requirements_change_policy_details
    • smarter_smart_sync_policy_changed_details
    • โž• tfa_add_exception_details
    • โœ‚ tfa_remove_exception_details
    • watermarking_policy_changed_details
    • changed_enterprise_admin_role_details
    • changed_enterprise_connected_team_status_details
    • ended_enterprise_admin_session_details
    • ended_enterprise_admin_session_deprecated_details
    • started_enterprise_admin_session_details
    • โž• Added the following to EventType union:
    • folder_overview_description_changed
    • folder_overview_item_pinned
    • folder_overview_item_unpinned
    • legal_holds_activate_a_hold
    • legal_holds_add_members
    • legal_holds_change_hold_details
    • legal_holds_change_hold_name
    • legal_holds_export_a_hold
    • legal_holds_release_a_hold
    • legal_holds_remove_members
    • legal_holds_report_a_hold
    • โœ‚ member_delete_profile_photo
    • member_set_profile_photo
    • pending_secondary_email_added
    • secondary_email_deleted
    • secondary_email_verified
    • paper_published_link_change_permission
    • export_members_report_fail
    • file_transfers_file_add
    • file_transfers_transfer_delete
    • file_transfers_transfer_download
    • file_transfers_transfer_send
    • file_transfers_transfer_view
    • shared_content_restore_invitees
    • shared_content_restore_member
    • device_approvals_add_exception
    • device_approvals_remove_exception
    • file_locking_policy_changed
    • file_transfers_policy_changed
    • password_strength_requirements_change_policy
    • smarter_smart_sync_policy_changed
    • โž• tfa_add_exception
    • โœ‚ tfa_remove_exception
    • watermarking_policy_changed
    • changed_enterprise_admin_role
    • changed_enterprise_connected_team_status
    • ended_enterprise_admin_session
    • ended_enterprise_admin_session_deprecated
    • started_enterprise_admin_session

    Team_policies namespace:

    • โž• Added disabled in TwoStepVerificationState union
    • โž• Added new unions PasswordControlMode, SmarterSmartSyncPolicyState
      , FileLockingPolicyState

    Paper namespace:

    • โšก๏ธ Updated doctoring for the namespace
    • โšก๏ธ Updated doctoring for PaperApiBaseError
    • โž• Added PaperFolderCreateArg, PaperFolderCreateResult structs
    • โž• Added new PaperFolderCreateError union
    • โšก๏ธ Updated docstring for following end points:
    • ๐Ÿ“„ docs/folder_users/list
    • ๐Ÿ“„ docs/folder_users/list/continue
    • ๐Ÿ“„ docs/sharing_policy/get
    • ๐Ÿ“„ docs/sharing_policy/set
    • ๐Ÿ“„ docs/archive
    • ๐Ÿ“„ docs/permanently_delete
    • ๐Ÿ“„ docs/download
    • docs/get_folder_info
    • ๐Ÿ“„ docs/users/add
    • ๐Ÿ“„ docs/users/remove
    • ๐Ÿ“„ docs/users/list
    • ๐Ÿ“„ docs/users/list/continue
    • ๐Ÿ“„ docs/list
    • ๐Ÿ“„ docs/list/continue
    • ๐Ÿ“„ docs/create
    • ๐Ÿ“„ docs/update
    • folders/create
    • โž• Added scope route attribute to the following end points:
    • ๐Ÿ“„ docs/folder_users/list
    • ๐Ÿ“„ docs/folder_users/list/continue
    • ๐Ÿ“„ docs/sharing_policy/get
    • ๐Ÿ“„ docs/sharing_policy/set
    • ๐Ÿ“„ docs/archive
    • ๐Ÿ“„ docs/permanently_delete
    • ๐Ÿ“„ docs/download
    • docs/get_folder_info
    • ๐Ÿ“„ docs/users/add
    • ๐Ÿ“„ docs/users/remove
    • ๐Ÿ“„ docs/users/list
    • ๐Ÿ“„ docs/users/list/continue
    • ๐Ÿ“„ docs/list
    • ๐Ÿ“„ docs/list/continue
    • ๐Ÿ“„ docs/create
    • ๐Ÿ“„ docs/update

    Sharing namespace:
    โž• Add scope route attribute to the following end points:

    get_shared_link_metadata

    list_shared_links

    modify_shared_link_settings

    create_shared_link_with_settings

    revoke_shared_link

    get_shared_link_file

    add_file_member

    update_file_member

    get_file_metadata

    get_file_metadata/batch

    list_file_members

    list_file_members/batch

    list_file_members/continue

    list_received_files

    list_received_files/continue

    remove_file_member

    remove_file_member_2

    relinquish_file_membership

    unsharp_file

    list_folders

    list_folders/continue

    list_mountable_folders

    list_mountable_folders/continue

    get_folder_metadata

    list_folder_members

    list_folder_members/continue

    share_folder

    check_share_job_status

    ๐Ÿ‘ท check_job_status

    unsharp_folder

    transfer_folder

    update_folder_policy

    add_folder_member

    remove_folder_member

    โœ‚ check_remove_member_job_status

    update_folder_member

    mount_folder

    unmount_folder

    relinquish_folder_membership

    set_access_inheritance

    Add parent_folder_name to SharedFolderMetadataBase

    ๐Ÿ‘‰ Users namespace:

    • โž• Added scope route attribute to the following end points:
    • get_account
    • get_current_account
    • get_space_usage
    • get_account_batch
    • Added user_within_team_space_used_cached to TeamSpaceAllocation struct
    • โž• Added new features/get_values end point

    (fbc2f1e2063ed4aed4ced6df53f1f3d3c6755491)

    Check namespace:

    • โž• Added this namespace for authentication test
      Team_log namespace:
    • โž• Added notification_type to AccountCaptureNotificationEmailsSentDetails
    • โž• Added the following to EventDetails union
    • ๐Ÿ”— shared_link_settings_add_expiration_details
    • ๐Ÿ”— shared_link_settings_add_password_details
    • ๐Ÿ”— shared_link_settings_allow_download_disabled_details
    • ๐Ÿ”— shared_link_settings_allow_download_enabled_details
    • ๐Ÿ”— shared_link_settings_change_audience_details
    • ๐Ÿ”— shared_link_settings_change_expiration_details
    • ๐Ÿ”— shared_link_settings_change_password_details
    • ๐Ÿ”— shared_link_settings_remove_expiration_details
    • ๐Ÿ”— shared_link_settings_remove_password_details

    (be4e7c5b2c2b1af9ff2e8ee2416371fdc54b38b2)

    Files Namespace:

    ๐Ÿ“‡ Update comments on FileLockMetadata struct

    Add optional lockholder_account_id to FileLockMetadata struct

    โž• Add optional invalid_argument to SearchError union

    โž• Add get_thumbnail:2 route

    โž• Add ThumbnailV2Error union

    โž• Add MinimalFileLinkMetadata struct

    โž• Add PreviewResult struct

    โž• Add SharedLinkFileInfo struct

    โž• Add PathOrLink union

    โž• Add ThumbnailV2Arg struct

    ๐Ÿ”„ Change UnlockFileArg's path type to WritePathOrId

    ๐Ÿ”„ Change LockFileArg's path type to WritePathOrId

    Shared Links Namespace:

    • ๐Ÿ›  Fix Typo

    Team Groups Namespace:

    • Add add_creator_as_owner to GroupCreateArg struct
    • ๐Ÿ‘ท Update comments for async_job_id on GroupMembersChangeResult struct

    Team Legal Holds Namespace:

    โž• Add exporting to LegalHoldStatus union

    Add invactive_legal_hold to LegalHoldsListHeldRevisionsError union

    Add legal_hold_policy_not_found to LegalHoldsPolicyUpdateError union

    โž• Add MembersInfo struct

    โž• Add LegalHoldsError union

    mark legal_holds/export_policy to deprecated

    mark legal_holds/export_policy_job_status/check to deprecated

    ๐Ÿ”„ Change LegalHoldPolicy's members type to MembersInfo

    โšก๏ธ Update LegalHoldPolicy's examples

    โšก๏ธ Update LegalHoldsPolicyCreateError to extend LegalHoldsError

    โšก๏ธ Update LegalHoldsGetPolicyError to extend LegalHoldsError

    โšก๏ธ Update LegalHoldsListPoliciesError to extend LegalHoldsError

    โšก๏ธ Update LegalHoldsPolicyUpdateError to extend LegalHoldsError

    ๐ŸŒฒ Team Log Namespace:

    • โœ‚ Remove lifespan comment

    ๐ŸŒฒ Team Log Generated Namesapce:

    Add team_invite_details to ActionDetails union

    ๐Ÿ”— Add optional has_linked_apps to JoinTeamDetails struct

    ๐Ÿ”— Add optional has_linked_devices to JoinTeamDetails struct

    ๐Ÿ”— Add optional has_linkeD_shared_folders to JoinTeamDetails struct

    โšก๏ธ Update comments in JoinTeamDetails struct

    โšก๏ธ Update JoinTeamDetails struct examples

    โšก๏ธ Update LegalHoldsExportAHoldDetails struct examples

    Update PaperContentRemoveFromFolderDetails target_asset_index to be optional

    Update PaperContentRemoveFromFolderDetails parent_asset_index to be optional

    Add shared_content_link to SharedLinkSettingsAddExpirationDetails struct

    โšก๏ธ Update SharedLinkSettingAddExpirationDetails struct examples

    Add optional shared_content_link to SharedLinkSettingsAddPasswordDetails struct

    Add optional shared_content_link to SharedLinkSettingsAllowDownloadDisabledDetails struct

    Add optional shared_content_link to SharedLinkSettingsAllowDownloadEnabledDetails struct

    Add optional shared_content_link to SharedLinkSettingsChangeAudienceDetails struct

    Add optional shared_content_link to SharedLinkSettingsChangeExpirationDetails struct

    Add optional shared_content_link to SharedLinkSettingsChangePasswordDetails struct

    Add optional shared_content_link to SharedLinkSettingsRemoveExpirationDetails struct

    Add optional shared_content_link to SharedLinkSettingsRemovePasswordDetails struct

    Add file_locking_status_changed_details to EventDetails union

    Add rewind_folder_details to EventDetails union

    Add legal_holds_export_cancelled_details to EventDetails union

    Add legal_holds_export_downloaded_details to EventDetails union

    Add legal_holds_export_removed_details to EventDetails union

    Add create_team_invite_link_details to EventDetails union

    Add delete_team_invite_link_details to EventDetails union

    โž• Add binder_add_page_details to EventDetails union

    โž• Add binder_add_section_details to EventDetails union

    โœ‚ Add binder_remove_page_details to EventDetails union

    โœ‚ Add binder_remove_section_details to EventDetails union

    ๐Ÿ“‡ Add binder_rename_page_details to EventDetails union

    ๐Ÿ“‡ Add binder_rename_section_details to EventDetails union

    Add binder_reorder_page_details to EventDetails union

    Add binder_reorder_section_details to EventDetails union

    Add rewind_policy_changed_details to EventDetails union

    Add team_sharing_whitelist_subjects_changed_details to EventDetails union

    Add web_sessions_change_active_session_limit_details to EventDetails union

    Add enterprise_settings_locking_details to EventDetails union

    Add file_locking_lock_status_changed to EventType union

    โž• Add rewind_folder to EventType union

    Add legal_holds_export_cancelled to EventType union

    Add legal_holds_export_downloaded to EventType union

    Add legal_holds_export_removed to EventType union

    Add create_team_invite_link to EventType union

    Add delete_team_invite_link to EventType union

    โž• Add binder_add_page to EventType union

    โž• Add binder_add_section to EventType union

    โœ‚ Add binder_remove_page to EventType union

    โœ‚ Add binder_remove_section to EventType union

    ๐Ÿ“‡ Add binder_rename_page to EventType union

    ๐Ÿ“‡ Add binder_rename_section to EventType union

    Add binder_reorder_page to EventType union

    Add binder_reorder_section to EventType union

    Add rewind_policy_changed to EventType union

    Add team_sharing_whitelist_subjects_changed to EventType union

    Add web_sessions_change_active_session_limit to EventType union

    Add enterprise_settings_locking to EventType union

    โž• Add TeamInviteDetails struct

    โž• Add InviteMethod union

    โž• Add LockStatus union

    โž• Add RewindPolicy union

    โž• Add FileLockingLockStatusChangedDetails struct

    โž• Add RewindFolderDetails struct

    โž• Add LegalHoldsExportCancelledDetails struct

    โž• Add LegalHoldsExportDownloadedDetails struct

    โž• Add LegalHoldsExportRemovedDetails struct

    โž• Add CreateTeamInviteLinkDetails struct

    โž• Add DeleteTeamInviteLinkDetails struct

    โž• Add BinderAddPageDetails struct

    โž• Add BinderAddSectionDetails struct

    โž• Add BinderRemovePageDetails struct

    โž• Add BinderRemoveSectionDetails struct

    โž• Add BinderRenamePageDetails struct

    โž• Add BinderRenameSectionDetails struct

    โž• Add BinderReorderPageDetails struct

    โž• Add BinderReorderSectionDetails struct

    โž• Add RewindPolicyChangedDetails struct

    โž• Add TeamSharingWhitelistSubjectsChangedDetails struct

    โž• Add WebSessionsChangeActiviteSessionLimitDetails struct

    โž• Add EnterpriseSettingsLockingDetails struct

    โž• Add FileLockingLockStatusChangedType struct

    โž• Add RewindFolderType struct

    โž• Add LegalHoldsExportCancelledType struct

    โž• Add LegalHoldsExportDownloadedType struct

    โž• Add LegalHoldsExportRemovedType struct

    โž• Add CreateTeamInviteLinkType struct

    โž• Add DeleteTeamInviteLinkType struct

    โž• Add BinderAddPageType struct

    โž• Add BinderAddSectionType struct

    โž• Add BinderRemovePageType struct

    โž• Add BinderRemoveSectionType struct

    โž• Add BinderRenamePageType struct

    โž• Add BinderRenameSectionType struct

    โž• Add BinderReorderPageType struct

    โž• Add BinderReorderSectionType struct

    โž• Add RewindPolicyChangedType struct

    โž• Add TeamSharingWhitelistSubjectsChangedType struct

    โž• Add WebSessionsChangeActiveSessionLimitType struct

    โž• Add EnterpriseSettingsLockingType struct

    ๐Ÿ‘‰ Users Namespace:

    โž• Add file_locking to UserFeature union

    โž• Add file_locking to UserFeatureValue

    โšก๏ธ Update example for UserFeaturesGetaluesBatchArg

    โž• Add FileLockingValue union

    (8c7f9ae52038c8067a5fc692dd9307a3503a5297)

    ๐Ÿ”ง Stone configuration

    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.
    Files namespace

    lock_file_batch, unlock_file_batch and get_file_lock_batch are no longer preview routes
    Team namespace

    Deleted deprecated routes legal_holds/export_policy and legal_holds/export_policy_job_status/check
    Team_log namespace:

    โž• 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

    (2aac6c8d3313b3c49b27847b0ec6eb457d113fca)

    ๐Ÿ“„ Cloud Docs Namespace

    • Add get_content, get_metadata, rename, unlock, and lock routes
    • โž• Add corresponding args, results, and errors

    File Properties Namespace

    • โšก๏ธ Update AddPropertiesArg description
    • Add duplicate_property_groups to InvalidPropertyGroupError Union
    • โšก๏ธ Update property_groups description on AddPropertiesError Union

    Files Namespace

    • โšก๏ธ Update query description on SearchArg Struct, SearchV2Arg Struct
    • โšก๏ธ Update move:2 and move_batch:2 route descirption

    Shared Links Namespace

    • โšก๏ธ Update SharedLinkSettings example

    Stone CFG Namespace

    • โšก๏ธ Update auth type string patterns
    • โšก๏ธ Update host string patterns
    • ๐Ÿ’… Update style string patterns
    • Update select_admin_mode string patterns

    Team Legal Holds Namespace

    • Add team_exceeded_legal_hold_quota to LegalHoldsPolicyCreateError union
    • ๐Ÿš€ Change LegalHoldsListHeldRevisionsError and LegalHoldsPolicyReleaseError to extend LegalHoldsError

    ๐ŸŒฒ Team Log Generated Namespace

    • โž• 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

    Team Secondary Mails Namespace:

    • Remove is_preview from route add, resend_verification_emails, and delete
  • v4.9.4 Changes

    October 07, 2019

    What's New:

    • Files namespace:
      • Added new ExportInfo struct
      • Added new fields (is_downloadable, export_info) to FileMetadata
      • Added new include_non_downloadable_files to ListFolderArg
      • Added new ExportMetadata, ExportArg, Export Result Structs
      • Added new ExportError union
      • Added new /export route
    • Sharing namespace:
      • Added password field to LinkAudience
      • Added effective_audience and link_access_level fields to LinkPermissions struct
      • Updated docstrings for LinkPermissions
      • Added audience and access fields to SharedLinkSettings struct
      • New LinkAccessLevel and RequestedLinkAccessLevel union
      • Added new create_view_link and create_edit_link fields to FileAction union
    • Team_log namespace:
      • New types added
    • Team_policies namespace:
      • New TwoStepVerificationState union
    • Team_reports namespace:
      • New TemporaryFailureReason union added.
  • v4.9.3 Changes

    December 17, 2018

    What's New:

    Common Namespace:

    • Force matching dot character in alias EmailAddress

    - 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

    File_properties namespace:

    - Doesn't allow app folder app to access file property endpoints.

    Files namespace:

    - Create copy_batch:2 and move_batch:2 endpoints. Deprecate existing copy_batch and move_batch.

    Sharing namespace:

    - Add no_one option to LinkAudience union

    Sharing_files namespace:

    - Doesn't allow app folder app to access sharing files endpoints.

    Teams namespace:

    • Only Team apps with Team member file access can access team/properties endpoints.
    • Add is_disconnected boolean to RemovedStatus struct

    - Add error response type to namespace/list route

    Team_log namespace:

    • New event types added