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 error.


"error": {
"errors": [
{
"domain": "global",
"reason": "insufficientPermissions",
"message": "Insufficient Permission"
}
],
"code": 403,
"message": "Insufficient Permission"
}
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to