dropboxListFolder | |||||||||||||||||||
Type | command | ||||||||||||||||||
Dictionary | library.dropbox | ||||||||||||||||||
Library | Dropbox Library | ||||||||||||||||||
Syntax |
| ||||||||||||||||||
Associations | com.livecode.library.dropbox | ||||||||||||||||||
Summary | Starts returning the contents of a folder. | ||||||||||||||||||
Parameters |
| ||||||||||||||||||
Values |
| ||||||||||||||||||
Description | If the result's ListFolderResult.has_more field is true, call list_folder/continue with the returned ListFolderResult.cursor to retrieve more entries. If you're using ListFolderArg.recursive set to true to keep a local cache of the contents of a Dropbox account, iterate through each entry in order and process them as follows to keep your local state in sync:
If the callback parameter is not empty the request will be asynchronus and when complete the callback will be sent to the object that accessed the API. The callback will be sent with three parameters:
|