Thomas Gurung
Thomas Gurung
Can you confirm you are using upload_large method which is required for files larger than 100MB, this method also lets you set the chunk size. See https://cloudinary.com/documentation/upload_images#chunked_asset_upload
Hi @dimaportenko , the request id should be included in the response header we send back. Please let me know if you have any other questions or queries. Kind Regards,...
@dimaportenko so you will need to use the dispatch method and this should return the request id per https://cloudinary.com/documentation/android_image_and_video_upload#mediamanager_upload_method e.g. `String requestId = MediaManager.get().upload("imageFile.jpg").dispatch();`
@dimaportenko apologies, that was just an example, does the below work? `String requestId = MediaManager.get().getCloudinary().uploader().uploadLarge(file, options).dispatch();`
@dimaportenko let me check internally with the team and will get back to you.
@dimaportenko apologies for the delay in getting back. So right now dispatch is not supported with upload_large, the request-id will only return when using the MediaManager object to upload. e.g....
@dimaportenko we are taking a look so will get back asap.
@pfcodes can you use https://github.com/klis87/django-cloudinary-storage ?
@tejanium firstly apologies for the delay in getting back here, this got lost in our backlog. Regarding the customer font, you can just URL encode the space before making the...
@tejanium no problem and fair point, let me raise it internally and hopefully we will have a fix soon.