Hi,

We would like to automatically create a project ID and install our ULAPPH 
Cloud Desktop application using the App Engine Admin API (REST) and Golang.
https://cloud.google.com/appengine/docs/admin-api/?hl=en_US&_ga=1.265860687.1935695756.1490699302
https://ulapph-public-1.appspot.com/articles?TYPE=ARTICLE&DOC_ID=3&SID=TDSARTL-3

We were able to get a token but when we tried to create a project ID, we 
get the error below.

[Response OK] Successful connection to Appengine Admin API.
[Token] { "access_token" : "TOKEN_HERE", "expires_in" : 3599, "token_type" 
: "Bearer" }
[Response Code] 403
[Response Body] { "error": { "code": 403, "message": "Operation not 
allowed", "status": "PERMISSION_DENIED", "details": [ { "@type": 
"type.googleapis.com/google.rpc.ResourceInfo", "resourceType": "gae.api", 
"description": "The \"appengine.applications.create\" permission is 
required." } ] } }

We are just using the REST API calls. Request for token was successful as 
you can see above and the scope is ok as well. Now, when we posted the 
request to create application, we are having the error that says 
"appengine.application.create" permission required. 

How do we specify the permission? What are the possible reasons why we are 
getting that error? Do we missed to send a field in JSON or in query?

As per below link, we just need to pass the json containing the id and 
location. We also just need to pass the token. The same logic I have used 
successfully in accessing Youtube, Drive APIs so not sure what needs to be 
done since I have followed the docs available.

Best Regards,
ULAPPH

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/da837e61-2069-4009-abf6-9d6de1079ddf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] A... Ulapph Corporation

Reply via email to