You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generate .avi and .cap files from the main module of the program. The uploader should upload those to google drive or a comperable alternative.
Acceptance Criteria
Can upload all files
Can specify developer token and other settings
Uploads to a structured folder format.
Proposed Solution
Implement the google drive or alternative API in the uploader.rs binary to upload data. Make the tokens or keys required for headless auth accessible via a command line flag and env variable (see clap).
The text was updated successfully, but these errors were encountered:
Description
We generate .avi and .cap files from the main module of the program. The uploader should upload those to google drive or a comperable alternative.
Acceptance Criteria
Proposed Solution
Implement the google drive or alternative API in the uploader.rs binary to upload data. Make the tokens or keys required for headless auth accessible via a command line flag and env variable (see clap).
The text was updated successfully, but these errors were encountered: