get_file_info
Retrieve detailed metadata and properties for any file stored in Dropbox to understand file characteristics, size, and modification details.
Instructions
Get detailed information about a specific file.
Args: file_path: Full path to the file in Dropbox
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_path": {
"title": "File Path",
"type": "string"
}
},
"required": [
"file_path"
],
"type": "object"
}