Alorel\Dropbox\Operation\Files\ListFolder
Classes
A way to quickly get a cursor for the folder's state. Unlike listfolder, listfolder/getlatestcursor
doesn't return any entries. This endpoint is for app which only needs to know about new files and
modifications and doesn't need to know about files that already exist in Dropbox.
Returns the contents of a folder.
Once a cursor has been retrieved from list_folder, use this to paginate through all files and retrieve updates
to the folder.
A longpoll endpoint to wait for changes on an account. In conjunction with list_folder/continue, this call
gives you a low-latency way to monitor an account for file changes. The connection will block until there are
changes available or a timeout occurs. This endpoint is useful mostly for client-side apps.