Magpie.Paper.SharingPolicy (Magpie v0.1.0)

Copy Markdown View Source

Dropbox Paper sharing policy endpoints. Deprecated by Dropbox (see Magpie.Paper.Docs).

Summary

Functions

Gets the default sharing policy for the given Paper doc.

Sets the default sharing policy for the given Paper doc.

Functions

get(client, doc_id)

Gets the default sharing policy for the given Paper doc.

Example

Magpie.Paper.SharingPolicy.get client, ""

More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-sharing_policy-get

set(client, doc_id, sharing_policy)

Sets the default sharing policy for the given Paper doc.

Example

Magpie.Paper.SharingPolicy.set client, "HAOV9lRfMNj90iGLqMmC7", sharing_policy More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-sharing_policy-set