Skip to content

Dropbox: Update to API V2

Soomin Lee requested to merge bubu/vlc-ios:dropbox/api/v2/01 into master

This updates to the latest Dropbox API due to the deprecations that will come on the end of September 2021.

This is for now a simple and working migration by using scoped permission and authorizeFromControllerV2 for the authorization flow.

Ideally, we should later on consider migrating to the Swift library and use the new recommended authorization flow.

This simple migration respect the same behaviour from the previous one.

Closes #1151

Note: Small issue of refresh when logging in with the Dropbox application, but it seems that it isn't a regression.

Merge request reports