thx

El miércoles, 18 de abril de 2018, 1:25:41 (UTC+2), Kamran (Google Cloud 
Support) escribió:
>
>
> This looks like a question about G Suite Marketplace applications. I'd 
> recommend posting this issue on Stackoverflow.com and tag it with 
> *google-apps-marketplace 
> . *There you'll have access to a large community of enthusiasts and 
> experts to share ideas with and get support for this product.
>
>
>
> On Tuesday, April 17, 2018 at 9:13:14 AM UTC-4, Álvaro Jose Egea Almagro 
> wrote:
>>
>> 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/54c00f90-82c9-4897-809a-44a078985717%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to