Marketplace
Configure (
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
Google Drive
Data & StorageGoogle Drive storage driver.
togo-framework
bash
togo install togo-framework/storage-gdriveInstall
bash
togo install togo-framework/storage-gdrivestorage-gdrive
A Google Drive driver for togo storage. Implements
togo.Storage and overrides the default filesystem storage when installed. Files
are keyed by their path (the Drive file name) inside an optional parent folder.
Install
bash
togo install togo-framework/storage-gdriveConfigure (.env)
ini
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
GDRIVE_FOLDER_ID=optional-parent-folder-id
Share the target Drive folder with the service-account email. If credentials are unset the plugin no-ops and the default storage stays active.
MIT © togo-framework
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>