Actions
Get Folder Or File Metadata
get_metadata
scope: 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 | - |
Example Output
Workflow Library Example
Get Folder or File Metadata with Dropbox and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?