IM The Supervisor, can i get the taxi numbhaaa? DANCE WITH ME AH, COME ON COME ONE. DANCE WITH ME AAAH, COME ON COME ON.
- Uploading: Upload to google drive or move stuff to a different directory.
- Downloading: Download files from a google drive.
- Drag & Drop: Move audio files directly to your DAW.
- Manifest Files: Link to remote drives using manifest files.
To enable the google drive features, you must configure a project in the Google Cloud Console.
- Create a Project: Name it
The Supervisor. - Enable APIs: Go to Enabled APIs & Services, click + ENABLE APIS AND SERVICES, and search for Drive API. Enable it.
- Credentials:
- Navigate to API & Services > Credentials > Create Credentials > OAuth client ID.
- Set Application type to
Desktop app. - Name it
Supervisor-Desktop. - Copy your
Client IDandClient Secret. - Set those in your
Settingspage in the application
- Authorize and get your google api tokens.
CRITICAL SECURITY NOTE: DO NOT SHARE your Client ID or Client Secret with anyone!!!!
No need to publish the application just run it in test mode.
- Navigate to API & Services > OAuth Concent Screen > Audience.
- Scroll down to Test users.
- Click + ADD USERS.
- Enter your Gmail address and any other accounts you want to primarily use for this application.
- Click Save.
- Node.js (LTS version)
- npm or yarn
- Clone the repository:
git clone [https://github.com/Batman4496/the-supervisor.git](https://github.com/Batman4496/the-supervisor.git) cd the-supervisor
