Re: [google-appengine] Need help on ADMIN SDK API

2013-08-19 Thread Vinny P
On Mon, Aug 19, 2013 at 12:54 AM, Srinidhi N wrote: > I tried with *https://www.googleapis.com/auth/admin.directory.group* > still getting the same error. > > Which API call are you using in conjunction with *admin.directory.group*permissions? That permission only grants you access to group-relat

Re: [google-appengine] Need help on ADMIN SDK API

2013-08-18 Thread Srinidhi N
Hi Vinny, I tried with *https://www.googleapis.com/auth/admin.directory.group* still getting the same error. { "error": { "errors": [ { "domain": "global", "reason": "insufficientPermissions", "message": "Insufficient Permission" } ], "code": 403, "message": "Insufficient Permission" } } -- Yo

Re: [google-appengine] Need help on ADMIN SDK API

2013-08-14 Thread Vinny P
On Wed, Aug 14, 2013 at 7:47 AM, N wrote: > I'm working on a GWT RPC application, a sample migration Tool. which is > supposed to migrate all the users info like calendar, mails, contacts etc. > to a Google account. > I've set the scope for admin to "https://www.googleapis.com/ > auth/admin.direc

[google-appengine] Need help on ADMIN SDK API

2013-08-14 Thread Srinidhi N
Hi, i'm working on a GWT RPC application, a sample migration Tool. which is supposed to migrate all the users info like calendar, mails, contacts etc to a Google account. i've set the the scope for admin to "https://www.googleapis.com/auth/admin.directory.orgunit";; i'm getting the following