Hi Claudio, just to clarify my own understanding about Marketplace vs. non-Marketplace apps, could you confirm the following:
- Marketplace apps are not allowed to do any 'write' access to the provisioning apis (in other words, they can't do anything like creating or modifying groups, provisioning accounts, etc.) - Two-legged Oauth *is* still enabled for read/write access to the provisioning apis by non-Marketplace apps Thanks in advance, -Patricia From: [email protected] [mailto:[email protected]] On Behalf Of Claudio Cherubino Sent: Friday, January 28, 2011 7:03 AM To: [email protected] Subject: [google-apps-apis] Re: 2-legged oauth doesn't work with provisioning API (on ruby) Hi, It looks like your scope is not one of the supported scopes: http://code.google.com/googleapps/marketplace/manifest.html#supported_scopes And, yes, you have to take the xoauth_requestor_id parameter out when using the Provisioning API, as the feeds for that API are not linked to a specific user, unlike those for the Contacts API or Documents List API (and others). Claudio -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
