We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

CySDeveloper's avatar
CySDeveloper
Explorer | Level 3
3 years ago

List files in app folder of user

Hi, Please help as I am sort of stuck... I am developing a dropbox app to load files in to our system that have been dropped into an application folder by some user. So when configuring this th...
  • Здравко's avatar
    Здравко
    3 years ago

    Any access token gives access to particular user content to be processed with particular access rights. It doesn't matter what type of client you have used (web or other).

    Available content is restricted to selected application access (to entire account or to application folder only). Access rights are restricted to the selected scopes, if any. That's it.

    Classical access token, used in API calls, doesn't need any additional application authentication despite of Dropbox always knows what application the particular token has been issued to. It denotes an user always. If you mean refresh token, then on refresh the application needs to authenticate again. If you are using SDK, normally you shouldn't care for that. Your SDK will take care.

     


    CySDeveloper wrote:

    ...

    Or, and this might be an answer to my question,  do i get a special access-token returned that is specifically for the application id/user combination?


    To be honest, I'm not sure what exactly you mean here. Does the above cover your question?

About Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 2 hours ago
323 Following

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 or Facebook.

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!