Hi, I have some Android apps live on Google Play that are using the Dropbox SDK and I received the following email from Dropbox :
Hi,
We're writing to you because according to our logs, you own one or more active Dropbox API apps using a version of an official Dropbox SDK with an outdated certificate trust store: ***** (hidden)
On or after January 1, 2026, the Dropbox API servers will be updated to use new root certificates. After the server change, Dropbox API calls from outdated SDKs will fail.
Failure to update your app(s) to the latest versions of these SDKs will result in loss of access to the Dropbox API.
For more information, please refer to this blog post.
Thanks,
The Dropbox Team
Although I am using the latest Dropbox SDK imports in my projects (for over a year now) as follows:
implementation 'com.dropbox.core:dropbox-core-sdk:7.0.0'
implementation 'com.dropbox.core:dropbox-android-sdk:7.0.0'
What exactly do I need to change?
Thank you in advance.