integer or char vector
(1:read, 2:update, 4:create, 8:delete, 16:share), default is 1:read
public_upload
TRUE if public upload should be enabled
expire_date
expiration date as string in the format YYYY-MM-DD
label
label for the share
note
note for the share
send_mail
if TRUE the user is notified via e-mail
attributes
optional attributes
Details
Share permissions can be given as vector of integers or characters,
e.g. c(1, 2, 8) or c("read", "update", "delete"), or as their sum or
concatenation, e.g. 11 or "read,update,delete".