cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Security(Encryption) with Official Objective-C SDK for the Dropbox API v2

Security(Encryption) with Official Objective-C SDK for the Dropbox API v2

comb
Explorer | Level 3

Hello,

 

I would like to know how is encrypted data during uploading from iOS device to Dropbox using "Official Objective-C SDK for the Dropbox API v2". What the security methods are used?

 

Thanks in advance.

1 Reply 1

Greg-DB
Dropbox Staff
All Dropbox API connections require TLS. (Specifically, the Dropbox API servers currently support TLS 1.0, 1.1, and 1.2.)

In the API v2 Objective-C SDK, we use `NSURLSession` to make the connections:

https://github.com/dropbox/dropbox-sdk-obj-c/blob/f1597ac3ddb4bc7c67843493c59ed12be770f96e/Source/Ob...
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?