Endpoints of the Dropbox file_properties namespace: custom property
groups attached to files, based on user- or team-owned templates.
The *_for_team template functions require a Dropbox Business (team) token.
Summary
Functions
Add property groups (instances of a template) to a file.
Overwrite existing property groups on a file.
Remove all property groups of the given templates from a file.
Search across property templates for particular property field values.
opts accepts "template_filter".
Fetches the next page of results from properties_search/3.
Add, update or remove property fields on a file.
Add a new template owned by the team (team token).
Add a new template owned by the current user.
Get the definition of a team-owned template (team token).
Get the definition of a user-owned template.
List the identifiers of the team-owned templates (team token).
List the identifiers of the user-owned templates.
Permanently remove a team-owned template (team token).
Permanently remove a user-owned template.
Update a team-owned template (team token). opts accepts "name",
"description" and "add_fields".
Update a user-owned template. opts accepts "name", "description"
and "add_fields".
Functions
Add property groups (instances of a template) to a file.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-add
Overwrite existing property groups on a file.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-overwrite
Remove all property groups of the given templates from a file.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-remove
Search across property templates for particular property field values.
opts accepts "template_filter".
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-search
Fetches the next page of results from properties_search/3.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-search-continue
Add, update or remove property fields on a file.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-update
Add a new template owned by the team (team token).
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-add_for_team
Add a new template owned by the current user.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-add_for_user
Get the definition of a team-owned template (team token).
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-get_for_team
Get the definition of a user-owned template.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-get_for_user
List the identifiers of the team-owned templates (team token).
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-list_for_team
List the identifiers of the user-owned templates.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-list_for_user
Permanently remove a team-owned template (team token).
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-remove_for_team
Permanently remove a user-owned template.
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-remove_for_user
Update a team-owned template (team token). opts accepts "name",
"description" and "add_fields".
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-update_for_team
Update a user-owned template. opts accepts "name", "description"
and "add_fields".
More info at: https://www.dropbox.com/developers/documentation/http/documentation#file_properties-templates-update_for_user