We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im trying to use it integrating with carrierwave, but it always hang at Intiating resumable server log when uploading a picture..
Intiating resumable
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)
The text was updated successfully, but these errors were encountered:
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.
bundle update
Sorry, something went wrong.
No branches or pull requests
Im trying to use it integrating with carrierwave, but it always hang at
Intiating resumable
server log when uploading a picture..i want to know what happened, is there any way to verbose the process?
version:
carrierwave (3.0.4)
fog-google (1.22)
The text was updated successfully, but these errors were encountered: