fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Hang when uploading #615

Closed agungyuliaji closed 7 months ago

agungyuliaji commented 7 months ago

Im trying to use it integrating with carrierwave, but it always hang at Intiating resumable server log when uploading a picture..

Intiating resumable upload command to https://storage.googleapis.com/upload/storage/v1/b/<bucket-name>/o?predefinedAcl=publicRead

i want to know what happened, is there any way to verbose the process?

version: carrierwave (3.0.4) fog-google (1.22)

agungyuliaji commented 7 months ago

I’m not entirely sure what transpired, but the issue was resolved by running a bundle update. It seems there were some broken gem dependencies.