For example: https://developers.google.com/sheets/api/quickstart/java
The quickstarts show command line authorization flows, but if you read more about the library you can learn about other flows as well. - Eric On Wed, Mar 13, 2019 at 9:57 PM <[email protected]> wrote: > Thanks Eric. Could you point me to one of said quickstarts? I don't see > any server-focused ones. > Do you know why client-side API calls are not recommended anymore? > > Patrick > > On Wednesday, March 13, 2019 at 6:11:45 PM UTC-7, Eric Koleda wrote: >> >> Hi Patrick, >> >> That's correct. The Sheets API documentation has quickstarts for getting >> started with various server-side languages. The exact usage pattern is up >> to you and depends on your use case. >> >> - Eric >> >> On Wednesday, March 6, 2019 at 2:35:46 PM UTC-5, [email protected] >> wrote: >>> >>> I want to write an Android app that uses the Google Spreadsheets APIs. I >>> ended up at this <https://developers.google.com/gsuite/guides/mobile>page >>> and saw the message, "It is highly recommended to call G Suite APIs from a >>> server environment rather than a mobile environment." Well... how exactly >>> do I do that? Should I have a server resource mediating between the client >>> app and Sheets? Please show me the recommended way to use the sheets API >>> with an Android app. >>> >>> Patrick >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Spreadsheets API" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-spreadsheets-api/1llMlY7yy3g/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
