Magpie.Files.Tags (Magpie v0.1.0)

Copy Markdown View Source

User-defined tags on files (/files/tags/*).

Summary

Functions

Add a tag to an item.

Get the tags of one or more items.

Remove a tag from an item.

Functions

add(client, path, tag_text)

Add a tag to an item.

More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-tags-add

get(client, paths)

Get the tags of one or more items.

More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-tags-get

remove(client, path, tag_text)

Remove a tag from an item.

More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-tags-remove