scope:Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
files.metadata.read
Returns the metadata for a file or folder. Note: Metadata for the root folder is unsupported.
Basic Parameters
| Parameter | Description |
|---|---|
| Include Deleted | If true, DeletedMetadata will be returned for deleted file or folder, otherwise LookupError.not_found will be returned. The default for this field is False. |
| Include Has Explicit Shared Members | If true, the results will include a flag for each file indicating whether or not that file has any explicit members. The default for this field is False. |
| Include Media Info | If true, FileMetadata.media_info is set for photo and video. The default for this field is False. |
| Path | The path of a file or folder on Dropbox. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Dropbox API Path Root | - |
| Dropbox API Select Admin | - |
| Dropbox API Select User | - |