Magpie.Paper.FolderUsers (Magpie v0.1.0)

Copy Markdown View Source

Dropbox Paper folder users endpoints. Deprecated by Dropbox (see Magpie.Paper.Docs).

Summary

Functions

Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained.

Once a cursor has been retrieved from docs/folder_users/list, use this to paginate through all users on the Paper folder.

Functions

list(client, doc_id, limit \\ 100)

Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained.

Example

Magpie.Paper.FolderUsers.list client, "HAOV9lRfMNj90iGLqMmC7"

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

list_continue(client, doc_id, cursor)

Once a cursor has been retrieved from docs/folder_users/list, use this to paginate through all users on the Paper folder.

Example

Magpie.Paper.FolderUsers.list_continue client, "HAOV9lRfMNj90iGLqMmC7", "AAuZ7AfEqob4EmNB0cmklBTgrtWTp/CYxfGDT/NF+eIOFBHicsClvbNxwo4mOkM9rcH8wjG/YH5We/RoYi5E42aJZ10PioyyeaamVJKsNpjoskFQx8FLwN0fLuJypnownrfowttiP7DSeahX+8eSZHCdhYbHgqTX8F4pVDY603amLDyVd6dCtxFwk+h+iCWAuAetCHBqmY3a6PVWHwXYgnpT/8NcDXkD08CkKEO798Y3de6l8RN5I5xFh5QK2sNCIsXA8NOL+g8TmejjwTYQ3YAa"

More info at: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-folder_users-list-continue