Retrieve contents of a public Dropbox folder?

后端 未结 3 472
轻奢々
轻奢々 2021-02-06 06:31

Is there a way to retrieve a list of the contents of a public Dropbox folder (preferably in PHP)? This is what a URL to a public file in Dropbox looks like:

http         


        
3条回答
  •  离开以前
    2021-02-06 07:16

    You can use the Dropbox API, specifically the search path. This just returns JSON, which is easy enough to parse.

    If you want to just have an index file on your own public Dropbox you can take this approach: http://forums.dropbox.com/topic.php?id=54966.

    This generates an index in Python: http://forums.dropbox.com/topic.php?id=17432

提交回复
热议问题