Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
rnash
2 months agoNew member | Level 2
Dropbox API server root certificate changes for .Net
Im currently using versions pre-7.0.0 in my .net apps, and none of my apps call DropboxCertHelper.InitializeCertPinning(), so I dont need to update right? Why isn't this required for .net like it is ...
Spencer H
Dropbox Staff
2 months agoHi there,
The three SDKs affected by the upcoming change (Java, .NET, and Python) were implemented differently. Older versions of Java and Python automatically pin the old certificates based on how those SDKs are built, while the .NET SDK only enables this behavior if you explicitly call `DropboxCertHelper.InitializeCertPinning()`.
Since testing this would depend on the server configuration, it's not possible to test the upcoming change ahead of time.
If you are using a version of .NET earlier than v7.0.0 and you are not calling the `DropboxCertHelper.InitializeCertPinning()`, then you aren't manually initializing the older certificate pinning logic and don't need to make an immediate update.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!