cloudinary_scala icon indicating copy to clipboard operation
cloudinary_scala copied to clipboard

Upload large video

Open damianbl opened this issue 7 years ago • 4 comments

Hi, to upload large videos I guess uploadLargeRaw function should be used. However, it uploads the file as a file, not the video. How can I specify a folder name and filename for such uploads? I don't see them in LargeUploadParameters. As I can see, I cannot do transformations either, right?

Thank you.

damianbl avatar Feb 19 '18 12:02 damianbl

Ok, I resolved the folder name and file name issue but I still cannot upload the large files as videos. When I checked the Java SDK though, I can upload large videos there by specifying resource_type

damianbl avatar Feb 19 '18 14:02 damianbl

I created the PR fixing uploading large videos: PR-26

damianbl avatar Feb 19 '18 22:02 damianbl

Hi @damianbl. Thank you for the PR. I've forwarded it to our dev team to review.

roeeba avatar Feb 20 '18 09:02 roeeba

Sure. Thanks.

damianbl avatar Feb 20 '18 18:02 damianbl