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 gtm-...@googlegroups.com
Hi,
I am using google api's in my IOS application. I have added multiple accounts in my IOS device, now I want to get and show all the email id's added on that device. When the user click on specific email, that should be login.
Thanks
adarsh gj
unread,
Dec 17, 2014, 3:47:43 AM12/17/14
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
GTLServiceDrive *driverService=[[GTLServiceDrive alloc]init]; // Have the service object set tickets to fetch consecutive pages // of the feed so we do not need to manually fetch them. driverService.shouldFetchNextPages = YES; // Have the service object set tickets to retry temporary error conditions // automatically. driverService.retryEnabled = YES; [driverService setAuthorizer:auth];