laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

Google Cloud Storage filesystem driver for Laravel

Results 5 laravel-google-cloud-storage issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/spatie/laravel-google-cloud-storage/discussions/29 Originally posted by **souljacker** June 24, 2022 I'm running Laravel 9, and just installed the package. In my ENV I'm using these vars with the correct...

when generating temporaryUrl checked one \ in URL and URL generated return this message Url generated: https://storage.googleapis.com/xxxxxx/xxxxxxx%5Cchecklist/documents/yuNr6jAxxE.png?GoogleAccessId=xxxxx%40xxx-xxxxx.iam.gserviceaccount.com&Expires=1653392582&Signature=xxxxxxxx I defined xxxxx in sensible content and not modified structure ``` NoSuchKey The...

When I use the latest version of the package (2.0.3) i have the following problem: ``` Google\Cloud\Core\Exception\BadRequestException InvalidAuthenticationThe provided authentication header is invalid.Cannot use OAuth Authorization header with form POST....

Hi, In the Google Cloud Bucket it is possible to add custom metadata (key/value) to files. The Laravel Storage only provides 'size' and 'lastModified' but other custom data should be...

We encountered an issue with URL generation on Windows systems. When we specify a prefix (e.g., local/files) in the storage configuration, the generated URLs contain an incorrect path separator (\...