Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Google API's and QM
#1
Is possible to add a function to create a report like http://www.gtimereport.com/ using QM?

and

Is possible upload and download files using QM (Google Drive)?
#2
Lucas Wrote:Is possible to add a function to create a report like http://www.gtimereport.com/ using QM?

and

Is possible upload and download files using QM (Google Drive)?

Like Dropbox functions.
#3
Difficult. I QM we can use the HTTP API or the .NET library (C#).
If HTTP, I don't know how to sign the JWT string.
If .NET, need to install the library through NuGet, + additional dependencies. I don't know is it possible without Visual Studio.

The easy way - download/install Google Drive on your computer, then let your macro copy files to/from its folder, and GD will sync them.
#4
http://pragmaticjoe.blogspot.com.es/201 ... e-api.html can help?
#5
Quote:The prerequisite for this flow is to have an access token obtained via Google's authentication process using OAuth 2.0.
...
slist = curl_slist_append(slist, "Authorization: Bearer <your access token string>");
How to get the access token?
#6
I was reading http://oblalex.blogspot.com.es/2014/09/ ... older.html , but I think it does not help.
#7
Does not help. The code uses the Python library.


Forum Jump:


Users browsing this thread: 2 Guest(s)