Top Dropbox automations
Explore Plans
Mobile menu Close menu
DropboxDropbox

List shared file links

This query returns all shared file links. Note: doesn't include folders.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns all shared file links. Note: doesn't include folders.
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