Skip to content

Releases: dropbox/dropbox-sdk-java

v5.2.0

05 Apr 19:31
20fbc55
Compare
Choose a tag to compare
  • Updated dropbox-api-spec
  • Bump jackson-core to 2.7.9

v5.1.1

20 Dec 16:26
c736e9c
Compare
Choose a tag to compare
  • Bug fixes

v5.1.0

10 Dec 19:31
f26c750
Compare
Choose a tag to compare
  • Upgrade to Gradle 7.2
  • Bumped Java source and target compatability to 11

v5.0.0

20 Oct 23:14
Compare
Choose a tag to compare
  • Upgrade okhttp to v4
  • Fix bug in PipedRequestBody
  • overload getOutputStream() to allow for listening of IOProgressListener
  • Fix some bugs for java11 users

v4.0.1

31 Aug 15:53
2c9991d
Compare
Choose a tag to compare
  • Return an error when we have an invalid access token
  • DbxRefreshResult Expires In returns the right time

v4.0.0

30 Mar 03:10
446134b
Compare
Choose a tag to compare
  • update Java tests to use Google's Truth library
  • bump target Java version from 6 to 8

v3.2.1

30 Mar 00:36
339acef
Compare
Choose a tag to compare

fix: revert Java version bump (back to Java 6)

v3.2.0

24 Mar 21:57
92ad1e7
Compare
Choose a tag to compare

3.2.0 (2021-03-22)

  • update Java tests to use Google's Truth library
  • bump target Java version from 6 to 8

v3.1.5

11 Aug 19:32
Compare
Choose a tag to compare

3.1.5 (2020-08-11)

  • Fix bug in authorization flow.
  • 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.

v3.1.4

09 Jun 03:21
Compare
Choose a tag to compare

3.1.4 (2020-06-08)

  • Support include_granted_scopes in OAuth2 flow.

  • Support new scope parameter when refreshing DbxCredential.

  • 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
  • Update query description on SearchArg Struct, SearchV2Arg Struct

  • Update move:2 and move_batch:2 route descirption

  • File Properties Namespace

    • Update AddPropertiesArg description
    • Add duplicate_property_groups to InvalidPropertyGroupError Union
    • Update property_groups description on AddPropertiesError Union
  • 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

    • Deleted deprecated routes legal_holds/export_policy and legal_holds/export_policy_job_status/check

    • Added comments to legalHoldPolicy struct

    • Add more detailed comments to LegalHoldsListHeldRevisionResult

    • Fix misc typos in comments

  • Team_log namespace:

    • Add team_exceeded_legal_hold_quota to LegalHoldsPolicyCreateError union
    • Change LegalHoldsListHeldRevisionsError and LegalHoldsPolicyReleaseError to extend LegalHoldsError
    • Add optional EventTypeArg event_type to GetTeamEventsArg struct
    • Add invalid_filters to GetTeamEventsError union
  • 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

    • 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 deprecated tag to was_linked_apps_truncated, was_linked_devices_truncated, was_link_shared_folders_truncated parameters in JoinTeamDetails struct

    • Added the EventTypeArg union

  • Users Namespace:

    • Add file_locking to UserFeature union

    • Add file_locking to UserFeatureValue

    • Update example for UserFeaturesGetaluesBatchArg

    • Add FileLockingValue union

  • Cloud Docs Namespace

    • added a new route property is_cloud_doc_auth indicating whether the endpoint is a Dropbox cloud docs endpoint which takes cloud docs auth...
Read more