You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Does the API support a way to set the ACL for an uploaded document to the sharing option of "Anyone with the link can edit without signing in"? I didn't see this in the documentation, but need to do this for my site. Is there any way to do so?
Vic Fryzel
unread,
Jan 20, 2011, 12:20:23 PM1/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Require that the URL contain this value as the value of the authkey GET parameter.
<gAcl:role value="writer"/>
Anyone with the above key is a writer.
</gAcl:withKey>
Close the above gAcl:withKey element.
<gAcl:role value="none"/>
Everyone not with the key should not be able to read or write.
<gAcl:scope type="default"/>
The above gAcl:role element applies to everyone in the "default" scope, which is everyone on the internet. Essentially, block all access to the document unless they have the specified key.
-Vic
VHanded
unread,
Mar 15, 2011, 12:35:28 AM3/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Hi, I am having the same problem.
Where can I get the key? I tried my ClientLogin token, it's not working.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Same problem here, I CAN'T GET THE KEY, when I want to update from one visibility mode (which doesn't require a key) to another "with link" which requires it. I know Google generates it at run-time but how are we supposed to use the API to update an aclEntry like that?
L. G.
unread,
Aug 1, 2011, 5:10:57 AM8/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
Same problem as M. FarouQ, can anyone help ?
L. G.
unread,
Aug 1, 2011, 8:24:06 AM8/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-docum...@googlegroups.com
ok, problem solved : after inserting a new WithKey object into the AclEntry, getWithKey() on the updated AclEntry retrieve the new auto-regenerated key, different from the first one.