Hello,

I am trying to make an application that I can put in the marketplace to 
read content from a spreadsheet.

In my local developments in java, my authorization is always of the 
following type:


credential = new GoogleCredential.Builder ()
.setTransport (HTTP_TRANSPORT)
.setJsonFactory (JSON_FACTORY)
.setServiceAccountId ("sample")
.setServiceAccountPrivateKeyFromP12File (f)
.setServiceAccountScopes (SCOPES)
.setServiceAccountUser ("sample")
.build ();


How do you do to install the app and authorize have all the permissions, 
how is that code to get credentials without using a p12?

Thank you very much

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d04e4de5-a72a-464f-9d93-80d95df71d2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] M... Álvaro Jose Egea Almagro

Reply via email to