You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
First of all thank you for this package. I have been using it for the past couple of months and it has been working properly. The way I have set up the authentication is by add the json file in my storage and referencing it inside the filesystem.php. This is has been working, but since I left the part of uploading images to the cloud for quite a bit of time and now I am testing it again, it gives me the following error whenever I try to save an image.
I tried to update to the latest version 2.0 hoping that will fix it, but it didn't help. If I dd(Storage::('gcs')) I can actually see the authentication data is actually being passed through. Any idea on what might be the problem? If you need more information, please let me know.
The text was updated successfully, but these errors were encountered:
Hi,
First of all thank you for this package. I have been using it for the past couple of months and it has been working properly. The way I have set up the authentication is by add the json file in my storage and referencing it inside the
filesystem.php
. This is has been working, but since I left the part of uploading images to the cloud for quite a bit of time and now I am testing it again, it gives me the following error whenever I try to save an image.I tried to update to the latest version
2.0
hoping that will fix it, but it didn't help. If Idd(Storage::('gcs'))
I can actually see the authentication data is actually being passed through. Any idea on what might be the problem? If you need more information, please let me know.The text was updated successfully, but these errors were encountered: