DEV Community

Discussion on: Debugging Google Cloud Storage CORS errors in Rails 6 Action Text (direct upload of images)

Collapse
 
eugenioantoniobonanno profile image
Gino

Thanks a ton for this, was a big help. I had to make a small adjustment and set the response headers slightly differently but this led me down the right path. Props.

For anyone else still sturggling this is the change I had to make:

"responseHeader": ["Origin", "Content-Type", "Content-MD5", "Content-Disposition"],