We have two appengine applications. One of them is a service application that provides data for another, which is customer-oriented. We place the client-oriented application in the Google Marketplace as an installable application. We want to include scope in the application manifest to access the Provisioning API. However, this utility application needs this access.
Can I specify scopes in the manifest that provide access to another application?
source share