One month down in 2025: How are your resolutions coming along? Check out how to get back on track 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?
Thanks in advance.
- 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/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m#L35
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,945 PostsLatest Activity: 28 minutes ago
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 or Facebook.
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!