Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
comb
7 years agoExplorer | Level 3
Security(Encryption) with Official Objective-C SDK for the Dropbox API v2
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? Than...
Greg-DB
Dropbox Community Moderator
7 years agoAll 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/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m#L35
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/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m#L35
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!