Available on crate features
sync_routes
and dbx_paper
only.Structs§
- AddMember
- AddPaper
DocUser - AddPaper
DocUser Member Result - Per-member result for
docs_users_add()
. - Cursor
- Folder
- Data structure representing a Paper folder.
- Folders
Containing Paper Doc - Metadata about Paper folders containing the specififed Paper doc.
- Invitee
Info With Permission Level - List
Paper Docs Args - List
Paper Docs Continue Args - List
Paper Docs Response - List
Users OnFolder Args - List
Users OnFolder Continue Args - List
Users OnFolder Response - List
Users OnPaper DocArgs - List
Users OnPaper DocContinue Args - List
Users OnPaper DocResponse - Paper
DocCreate Args - Paper
DocCreate Update Result - Paper
DocExport - Paper
DocExport Result - Paper
DocSharing Policy - Paper
DocUpdate Args - Paper
Folder Create Arg - Paper
Folder Create Result - RefPaper
Doc - Remove
Paper DocUser - Sharing
Policy - Sharing policy of Paper doc.
- User
Info With Permission Level
Enums§
- AddPaper
DocUser Result - DocLookup
Error - DocSubscription
Level - The subscription level of a Paper doc.
- Export
Format - The desired export format of the Paper doc.
- Folder
Sharing Policy Type - The sharing policy of a Paper folder. The sharing policy of subfolders is inherited from the root folder.
- Folder
Subscription Level - The subscription level of a Paper folder.
- Import
Format - The import format of the incoming data.
- List
Docs Cursor Error - List
Paper Docs Filter By - List
Paper Docs Sort By - List
Paper Docs Sort Order - List
Users Cursor Error - Paper
ApiBase Error - Paper
ApiCursor Error - Paper
DocCreate Error - Paper
DocPermission Level - Paper
DocUpdate Error - Paper
DocUpdate Policy - Paper
Folder Create Error - Sharing
Public Policy Type - Sharing
Team Policy Type - The sharing policy type of the Paper doc.
- User
OnPaper DocFilter
Functions§
- docs_
archive Deprecated - Marks the given Paper doc as archived. This action can be performed or undone by anyone with edit permissions to the doc. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.
- docs_
create Deprecated - Creates a new Paper doc with the provided content. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.
- docs_
download Deprecated - Exports and downloads Paper doc either as HTML or markdown. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
folder_ users_ list Deprecated - Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained. For private folders all users (including owner) shared on the folder are listed and for team folders all non-team users shared on the folder are returned. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
folder_ users_ list_ continue Deprecated - Once a cursor has been retrieved from
docs_folder_users_list()
, use this to paginate through all users on the Paper folder. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information. - docs_
get_ folder_ info Deprecated - Retrieves folder information for the given Paper doc. This includes: - folder sharing policy; permissions for subfolders are set by the top-level folder. - full ‘filepath’, i.e. the list of folders (both folderId and folderName) from the root folder to the folder directly containing the Paper doc.
- docs_
list Deprecated - Return the list of all Paper docs according to the argument specifications. To iterate over
through the full pagination, pass the cursor to
docs_list_continue()
. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information. - docs_
list_ continue Deprecated - Once a cursor has been retrieved from
docs_list()
, use this to paginate through all Paper doc. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information. - docs_
permanently_ delete Deprecated - Permanently deletes the given Paper doc. This operation is final as the doc cannot be recovered. This action can be performed only by the doc owner. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
sharing_ policy_ get Deprecated - Gets the default sharing policy for the given Paper doc. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
sharing_ policy_ set Deprecated - Sets the default sharing policy for the given Paper doc. The default ‘team_sharing_policy’ can be changed only by teams, omit this field for personal accounts. The ‘public_sharing_policy’ policy can’t be set to the value ‘disabled’ because this setting can be changed only via the team admin console. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
update Deprecated - Updates an existing Paper doc with the provided content. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.
- docs_
users_ add Deprecated - Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or Dropbox account ID. The doc owner’s permissions cannot be changed. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
users_ list Deprecated - Lists all users who visited the Paper doc or users with explicit access. This call excludes users who have been removed. The list is sorted by the date of the visit or the share date. The list will include both users, the explicitly shared ones as well as those who came in using the Paper url link. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- docs_
users_ list_ continue Deprecated - Once a cursor has been retrieved from
docs_users_list()
, use this to paginate through all users on the Paper doc. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information. - docs_
users_ remove Deprecated - Allows an owner or editor to remove users from a Paper doc using their email address or Dropbox account ID. The doc owner cannot be removed. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.
- folders_
create Deprecated - Create a new Paper folder with the provided info. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.