ElixirDropbox v0.0.8 ElixirDropbox.Paper.FolderUsers

Link to this section 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

Link to this section Functions

Link to this function 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

ElixirDropbox.Paper.FolderUsers.list client, “HAOV9lRfMNj90iGLqMmC7”

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

Link to this function 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

ElixirDropbox.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