* [Issue #24916] Fixed Google Cloud Storage "Security error".
- Google Cloud Storage buckets exist inside of "projects", StableBit CloudDrive could not automatically manage
(list or create) the buckets necessary to store your data in Google Cloud Storage without knowing your Project ID.
- Added support for Google Cloud Storage "Project IDs", when you want StableBit CloudDrive to manage buckets
for you automatically. In this mode, there will be exactly one bucket created for every cloud drive.
- Added the ability to use folder-based storage inside of a single bucket of your choosing, without having StableBit
CloudDrive managing the buckets for you. This requires you to use the Google Cloud Platform Console and create a
new bucket, specifically for StableBit CloudDrive use. In this mode, multiple cloud drives can coexist in a single
bucket.
Oh boy, so this was not a simple authentication issue. This involved extending the base API to support Google's pseudo-folders, as well as modifying the provider logic and UI to work with the above changes.