dropboxGetMetadata | ||||||||||||||||
Type | command | |||||||||||||||
Dictionary | library.dropbox | |||||||||||||||
Library | Dropbox Library | |||||||||||||||
Syntax |
| |||||||||||||||
Associations | com.livecode.library.dropbox | |||||||||||||||
Summary | Returns the metadata for a file or folder. | |||||||||||||||
Parameters |
| |||||||||||||||
Values |
| |||||||||||||||
Description |
If the path is a folder, then a folderMetadata json is returned. If the path is a file then a fileMetadata json is returned. If the path is a file or folder that has been deleted, then a deletedMetadata json is returned. 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:
|