energypf Member Licensed User Longtime User Nov 20, 2012 #1 I would like to know how to load a pdf file on Google Drive directly from my application and if it would be printed with the google cloud print service, or to launch Google Drive once you load the file. Thanks in advance
I would like to know how to load a pdf file on Google Drive directly from my application and if it would be printed with the google cloud print service, or to launch Google Drive once you load the file. Thanks in advance
K keirS Well-Known Member Licensed User Longtime User Nov 20, 2012 #2 Use the Google REST API. https://developers.google.com/drive/v1/reference/ To authenticate your requests see the OAuth2 tutorial: http://www.b4x.com/forum/basic4andr...0-google-web-services-tutorial.html#post82201 To send the requests to the API and receive responses see the HttpUtils2 tutorial. http://www.b4x.com/forum/basic4andr...web-services-now-even-simpler.html#post109068 Upvote 0
Use the Google REST API. https://developers.google.com/drive/v1/reference/ To authenticate your requests see the OAuth2 tutorial: http://www.b4x.com/forum/basic4andr...0-google-web-services-tutorial.html#post82201 To send the requests to the API and receive responses see the HttpUtils2 tutorial. http://www.b4x.com/forum/basic4andr...web-services-now-even-simpler.html#post109068