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 the access token last for 3600 if I used the same url again will the user be prompted again to allow access or i'll get the new access token directly ?
Ibrahim Tawbe
unread,
Mar 30, 2012, 12:10:04 PM3/30/12
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
yes , the user will have to press allow access again after an hour , so I added
if (document.getElementById('submit_approve_access') != null ) { document.getElementById('submit_approve_access').click(); }
this page run in the background
Alain Vongsouvanh
unread,
Mar 30, 2012, 4:58:05 PM3/30/12
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
Hello,
If you're using the Google APIs JavaScript client library, you can try to retrieve an access token using the "immediate" mode: