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 pathThe file's path in Dropbox.
- Slug
- FilePath
- Filter code
- Dropbox.listSharedFileLinks.FilePath
- Type
- String
- Example
- /my-folder/coolbeans.jpg
FilenameThe name of the file.
- Slug
- Filename
- Filter code
- Dropbox.listSharedFileLinks.Filename
- Type
- String
- Example
- coolbeans.jpg
Filename no extThe name of the file without extension.
- Slug
- FilenameNoExt
- Filter code
- Dropbox.listSharedFileLinks.FilenameNoExt
- Type
- String
- Example
- coolbeans
File URLThe 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 dateDate 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.000+05:00