Greg
Greg
Thanks for the additional information. I'll follow up with you there.
I don't believe the SDK exposes the response headers like this, but we'll consider it a feature request.
No, unfortunately the 'force_reauthentication' OAuth parameter isn't currently implemented in the Dropbox API v2 Java SDK, but I'll pass this along as a feature request. I can't promise if or...
You can certainly modify the URL with your own code if you wish. However, I recommend properly parsing the URL string, setting the URL parameter, and then rebuilding the URL...
The `force_reauthentication` and `force_reapprove` are the only options for this. Neither specifically prompts the user in the exact way you describe, but the user can switch accounts manually using the...
Thanks for the report. I'll bring this up with the team.
We don't currently have a changelog file for the Python SDK, but I'll be sure to pass this along as feedback. You can refer to the commit messages for information...
@goodspark Thanks for the note! The team uses the [release notes](https://github.com/dropbox/dropbox-sdk-python/releases) and [commit history](https://github.com/dropbox/dropbox-sdk-python/commits/master) instead of a changelog file, so please refer to those.
@chingc Thanks for the feedback! We try to avoid breaking changes, but for reference, the Dropbox SDKs follow [semver](https://semver.org/), so any potentially breaking changes should be accompanied by a bump...
@ChrisRut Thanks for checking in on this. The release notes for this new release are still in the works.