This query returns all shared file links. Note: doesn't include folders.
Developer info
- API endpoint slug
- dropbox.list_shared_file_links
- Runtime method
- performQuery("dropbox.list_shared_file_links"}
Query fields
No fields for this query
Ingredients
File path The file's path in Dropbox.
- Slug
- FilePath
- Filter code
- Dropbox.listSharedFileLinks.FilePath
- Type
- String
- Example
- /my-folder/coolbeans.jpg
Filename The name of the file.
- Slug
- Filename
- Filter code
- Dropbox.listSharedFileLinks.Filename
- Type
- String
- Example
- coolbeans.jpg
Filename no ext The name of the file without extension.
- Slug
- FilenameNoExt
- Filter code
- Dropbox.listSharedFileLinks.FilenameNoExt
- Type
- String
- Example
- coolbeans
File url The file's public URL.
- Slug
- FileUrl
- Filter code
- Dropbox.listSharedFileLinks.FileUrl
- Type
- Web URL
- Example
- https://www.dropbox.com/s/js83sskwos34/my-file.jpeg
Modified date Date file was created or modified in Dropbox.
- Slug
- ModifiedDate
- Filter code
- Dropbox.listSharedFileLinks.ModifiedDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00