cloudinary/cloudinary_scala

Upload large video

damianbl opened this issue · 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.

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

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

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

Sure. Thanks.