Skip to content

Releases: dropbox/dropbox-sdk-obj-c

Spec update and bug fixes

11 Oct 02:31
Compare
Choose a tag to compare

Spec update

  • Move shared_link to end of parameter list for ListFolderArg.
  • Add mode to ListRevisionsArg.

Bug fixes

  • Improved serialization error handling
  • Fixed deprecation message to use correct route name formatting.

Bug fix

05 Oct 05:05
Compare
Choose a tag to compare

Bug fix

  • Disable sign up for Dropbox button in the auth flow.

Fix Carthage Xcode project

19 Sep 07:57
Compare
Choose a tag to compare

Carthage

  • Fixed Carthage Xcode project (macOS).

Fix Carthage Xcode project

19 Sep 07:56
Compare
Choose a tag to compare

Carthage

  • Fixed Carthage Xcode project (iOS).

Spec update and bug fixes

19 Sep 07:55
Compare
Choose a tag to compare

Spec update

General:
Updated docstrings in multiple namespaces
Updated general route configuration to support select_admin_mode

file_properties namespace:
New routes and structs for the file properties and templates API functionality

file_requests namespace:
New routes and structs for the file_requests API functionality

files:
deprecate preview routes for files_properties

properties:
removed in favor of file_properties

team_property_templates:
removed in favor of file_properties

team:
deprecate beta properites routes

team_members:
Update NamePart? to be OptionalNamePart?

team_policies:
Add new team policies for SSO Paper, RolloutMethod and PasswordStrength

Bug fixes

  • Small bug fixes.

Small fixes

12 Jun 08:12
Compare
Choose a tag to compare

Fixes

  • Fix compiler warnings from strict build flag -Wstrict-prototypes.
  • Made internal request function return mutable.

Small fixes

01 Jun 01:17
Compare
Choose a tag to compare

Fixes

  • OpenWith bug where pasteboard data was empty, and crash happened.
  • Separate queues for each session.

Spec update

17 May 04:34
Compare
Choose a tag to compare

Adds

  • Support for 422 path root error.
  • tokenUid is now more widely available.

Fixes

  • Fixed potential retain cycle in response blocks.

API spec update

Files namespace: …

  • Added too_many_write_operations in UploadSessionFinishError.
  • Removed PathRootError and invalid_path_root in LookupError. (breaking change)
  • Added team_folder to WriteError.

Sharing namespace:

  • Added access_level to LinkSettings.
  • Added change_access_level to LinkAction.
  • Added access_level and audience_restricting_shared_folder to SharedContentLinkMetadataBase.
  • Added access_type and expected_link_metadata to SharedFileMetadata.
  • Added path to ParentFolderAccessInfo.
  • Added actions to UpdateFolderPolicyArg.
  • Added team_folder to UpdateFolderPolicyError.

Stone Cfg namespace:

  • Added allow_app_folder_app attribute.
  • Added takes_path_root attribute.

Team namespace:

  • Added route token/get_authenticated_admin.
  • Added route features/get_values.
  • Added expires to ActiveWebSession.
  • Added cursor and has_more to TeamFolderListResult for pagination.
  • Added route team_folder/list/continue.
  • Made member_given_name and member_surname optional in MemberAddArg. (breaking change)

User namepsace:

  • Moved AccountType from user namespace to user_common namespace.

Added TeamLog namespace.

Fixed 513 download error

04 May 20:43
Compare
Choose a tag to compare

Fixes

  • Longstanding 513 download error (permissions) (fixed not yet confirmed).
  • Updated formatting issues (_Nonnull replaced with NS_ASSUME_NONNULL and _Nullable replaced with nullable.
  • Signup button enabled for macOS now.

Small fixes

01 May 06:33
Compare
Choose a tag to compare

Fixes

  • Fix error where file not moved correctly to temporary location (multi-thread).
  • Expose moving error for file download.