[important note re icon: https://dustyoldthing.com/save-icon-vending-machine/]

To-Dos

Steps

-write data to a file

-find a file (any file)

-post a file (any file) to Google server

-authorize the application

-use the Google Drive API to do a multi-part file upload

-post the actual data file to the server

Managing the server side

You can manage most things about the server-side Google app from here:

https://console.cloud.google.com/apis/dashboard?authuser=2&project=chla-my-future-self&supportedpurview=project

You will need to log in as the Google user that Mona created, [email protected]

Working with APIs

Working with an API involves a lot of moving parts, including the Unity/C# code that creates the request, the elaborate OAuth credentials process, a server-side “application” that accepts the requests, etc. It is useful to test the HTTP requests separately from everything else.

UPDATE: it seems Google has built an online tool for testing requests to their various APIs directly. It’s here: https://developers.google.com/oauthplayground/