Hyperion can use Google API to run App Script and upload files to Google Drive.
You need to configure a client id and secret in the dotenv:
GOOGLE_API_CLIENT_ID
GOOGLE_API_CLIENT_SECRET
- Go to https://console.cloud.google.com/projectcreate and create a new project
- Select the project and open API and Services
- Select "Library" and add the following libraries: a. Google Drive API b. Google Sheets API c. Apps Script API
- Go to Credentials. Select "Configure Consent Screen" a. User Type : Internal
- Go to Credentials. Select "Create credentials" then: a. OAuth client id b. Web Application c. Redirect uri: "https:///google-api/oauth2callback"