sergix44 / XBackBone

A lightweight file manager with full ShareX support and more
https://xbackbone.app
GNU Affero General Public License v3.0
993 stars 81 forks source link

[Feature Request] Google Drive backend supoort #523

Open Makeshift opened 1 year ago

Makeshift commented 1 year ago

Describe the solution you'd like Have you considered adding Google Drive as a supported backend? You currently support Google Cloud Buckets and I believe the implementation should be very similar, including using a service account. I did try and get it to use Google drive by providing my drive ID as the bucket name, but sadly it doesn't work.

Additional context Google Drives with giant storage limits can be easily obtained and have much cheaper upkeep than other cloud options.

Sadly I don't know php or I'd give this a go. For now I'll likely throw it on an rclone fuse mount, but that's not a very stable option.