googleapi
googleapi copied to clipboard
GoogleAPI access from nim.
Scopes are currently hard-coded, would be nice if it was possible to provide the scopes that are requested.
Hi, I successfully managed to use the list proc in your drive.nim to list out my google drive. Can you provide an example on how I could upload a file,...
Looks like an HTTP REST JSON API should work for JavaScript targets too.
Link in readme gives 404 https://nimdocs.com/treeform/googleapi/googleapi.html
From what I am learning, Service Accounts are use to read/store application data. I'd like to interface with my personal data. I understand that I need to use oauth2 credentials...