You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being in a need to authenticate to dropbox from a native (desktop) application, it seems that that the code OAuth 2.0 flow is implemented and available only for the web apps.
The current industry best practice is to use the Authorization Flow while omitting the client secret, and to use an external user agent to complete the flow.
Are there plans to support this best practice?
The text was updated successfully, but these errors were encountered:
In this SDK, only Android part support native app. You can always write your own code to implement token flow in non Android part. Our server support both token and code flow.
Being in a need to authenticate to dropbox from a native (desktop) application, it seems that that the code OAuth 2.0 flow is implemented and available only for the web apps.
However, as mentioned here for the native apps:
Are there plans to support this best practice?
The text was updated successfully, but these errors were encountered: