Need to see if your shared folder is taking up space on your dropbox 👨‍💻? Find out how to check here.

Forum Discussion

Ahmad R.7's avatar
Ahmad R.7
New member | Level 1
11 years ago

How to pass the "request code" when doing authentication

This is for Android: I am moving from Sync API to Core API. Once you do authentication, onResume is called. However, there is no request code to be passed so I can check it in the onResume. How would I know that the onResume is called due to "authentication flow" or due to simply the user is reopening the activity? I don't want to be continuing with the authentication and move files to dropbox if the user was simply opening my app. You see my point?

5 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    11 years ago

    The auth flow works a bit differently between the two SDKs. You can find instructions for setting up the auth flow in the Core SDK here:

    https://www.dropbox.com/developers/core/start/android#authenticating

    You use the authenticationSuccessful method to check if the user is coming back from the app auth flow. If not, it will return false so your app doesn't run the rest of that code again.

  • Ahmad R.7's avatar
    Ahmad R.7
    New member | Level 1
    11 years ago

    Thank you Greg. Let me ask you about this scenario then. Let's say that in my app the user wants to backup a file. So the app initiates authentication, on resume is called and the file gets backed up. Good, now let's say right away the user press home button and come back to the app, the on resume will be called. In that case, won't the authenticationSuccessfull returns true? And if so then the file will get backup again (and the file could've changed meanwhile).
    IIn summary, is it guaranteed that the authenticationSuccessfull will return true "only" if the on resume is called as a result Auth flow and will return false even if authentication was just done previously on the same activity?

    Thank you again

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    11 years ago

    Your summary is correct, authenticationSuccessful only returns true right after the auth flow. Simply returning to the app normally won't have it return true.

  • Allek's avatar
    Allek
    New member | Level 1
    10 years ago

    How to perform this check using API v2?

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!