Open Botna opened 3 days ago
After the file is saved, we need to store it in a users Google Drive
Prompts for Google Drive permission on startup After navigating away from camera reocrding page, which triggers the save, upload to Google Drive.
Research -
This is probably hard. Example Github repo to do something similar in .net maui: https://dev.to/jaymalli_programmer/gsuitgoogle-api-integration-in-net-maui-3kch
Here is an android integration w/ drive to store pictures: https://github.com/googlearchive/drive-android-quickstart
in the process of this, need a SHA-1 for my OAuth cred generation??
https://developers.google.com/drive/api/quickstart/js
After the file is saved, we need to store it in a users Google Drive
AC
Prompts for Google Drive permission on startup After navigating away from camera reocrding page, which triggers the save, upload to Google Drive.
Research -
This is probably hard. Example Github repo to do something similar in .net maui: https://dev.to/jaymalli_programmer/gsuitgoogle-api-integration-in-net-maui-3kch
Here is an android integration w/ drive to store pictures: https://github.com/googlearchive/drive-android-quickstart