Posts: 858
Threads: 196
Joined: Apr 2005
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)?
Posts: 858
Threads: 196
Joined: Apr 2005
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.
Posts: 12,074
Threads: 141
Joined: Dec 2002
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.
Posts: 858
Threads: 196
Joined: Apr 2005
Posts: 12,074
Threads: 141
Joined: Dec 2002
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?
Posts: 858
Threads: 196
Joined: Apr 2005
Posts: 12,074
Threads: 141
Joined: Dec 2002
Does not help. The code uses the Python library.