
Return type:Ĭheck if the union tag is user_is_owner. Return type:Ĭheck if the union tag is unknown_error. Return type:Ĭheck if the union tag is success. Return type:Ĭheck if the union tag is sharing_outside_team_disabled. Return type:Ĭheck if the union tag is permission_already_granted. Return type:Ĭheck if the union tag is other. Return type:Ĭheck if the union tag is failed_user_data_retrieval. _already_granted – This userĪlready has the correct permission to the Paper doc.ĭaily_limit_reached = AddPaperDocUserResult(u'daily_limit_reached', None) ¶ failed_user_data_retrieval = AddPaperDocUserResult(u'failed_user_data_retrieval', None) ¶ is_daily_limit_reached ( ) ¶Ĭheck if the union tag is daily_limit_reached._user_data_retrieval – User dataĬould not be retrieved._is_owner – Owner’s permissions cannot.How many users can be added to the Paper doc was reached. _outside_team_disabled – The Paperĭoc can be shared only with team members.Happened when trying to add the user to the Paper doc.

To get the associated value of a tag (if one exists), use the AddPaperDocUserResult ( tag, value=None ) ¶īases: _rsrc.stone_base.Union X._init_(…) initializes x see help(type(x)) for signature member ¶ result ¶ class dropbox.paper. AddPaperDocUserMemberResult ( member=None, result=None ) ¶īases: _rsrc.stone_base.Structĭropbox.dropbox_docs_users_add(). X._init_(…) initializes x see help(type(x)) for signature custom_message ¶ members ¶ quiet ¶ class dropbox.paper. _init_ ( doc_id=None, members=None, custom_message=None, quiet=None ) ¶

X._init_(…) initializes x see help(type(x)) for signature member ¶ permission_level ¶ class dropbox.paper. _init_ ( member=None, permission_level=None ) ¶

– User which should be added to the Paper doc.AddMember ( member=None, permission_level=None ) ¶īases: _rsrc.stone_base.Struct Variables: The /paper endpoints are being deprecated and you’ll need to use /files and /sharing endpoints to interact with their Paper content. New Paper users will see docs they create in their filesystem as ‘.paper’ files alongside their other Dropbox content. This namespace contains endpoints and data types for managing docs and folders in Dropbox Paper.
