dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

how to upload file via url

Open rajeevkhangar opened this issue 7 years ago • 1 comments

I am not able to upload file via file URL like . url = "http://development-atlas.s3.amazonaws.com/1/picture_blocks/22583/files/medium/3.jpg?1499777334"

I am using deep_cloneable gem and I am not able to assign file via url. Please suggest me what should I do.

rajeevkhangar avatar Jul 11 '17 16:07 rajeevkhangar

Maybe you do not have permission to access the S3 bucket or file? Or, as I struggled with, the URL you created is not for downloading (I created one for "putObject", which of course doesn't work for "getObject")?

morgler avatar Sep 08 '20 14:09 morgler