You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

dragon v2's avatar
dragon v2
Explorer | Level 3
2 years ago

API which we can be used to fetch the content of a folder.

Is there any API that we can use to fetch the content of a folder created through salesforce by integrating salesforce with dropbox?

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

    Dropbox does offer an API that can be used to list the contents of folders, among other operations. Regardless of what platform you're using, as long as you can make HTTPS requests, you can issue calls to the Dropbox API. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here.

     

    In particular, to list the contents of a folder, you would use /2/files/list_folder[/continue]. The File Access Guide may be a good reference.

    • dragon v2's avatar
      dragon v2
      Explorer | Level 3

      Greg-DB Can you please help me with the steps to test this API in Postman?

       

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

        I can't offer help with Postman as it's not made by Dropbox. Please refer to the documentation for Postman for information on how to use it.

         

        If you're having any issues with the Dropbox API itself, please share the details of the issue so we can take a look.