We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

one_thing65452's avatar
one_thing65452
Explorer | Level 4
3 months ago

How to handle authentication within the application?

When we apply for production status for our App, we receive this email? How should we deal with it? Please give us some reference practice documents, thank you.

 

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    Per the official documentation, the Dropbox OAuth app authorization flow must be processed in the user's system web browser, not a web view. Exactly how you implement that will depend on your platform and programming language, so you'll need to refer to your platform's documentation for more information on how exactly to implement that in your environment.

     

    Note that if you're using an official Dropbox SDK, it will handle most of the authorization process for you, so in that case be sure to refer to the relevant official SDK documentation and follow the instructions.