Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49216

Cloudinary: unsigned upload with cordova file transfer

$
0
0

@loki9182 wrote:

Does anyone have a clear example of how to do an unsigned upload to Cloudinary from an Ionic app using an upload_preset?

This is what I’m currently trying but I’m getting the error

Upload preset must be specified when using unsigned upload

var options = {
upload_preset: ‘preset1’,
fileKey: “file”,
fileName: filename,
chunkedMode: false,
mimeType: “video/mp4”,
};

const fileTransfer = this.transfer.create();
var uploadUrl = "https://api.cloudinary.com/v1_1/tribuzz/upload";

return fileTransfer.upload(imageNewPath, uploadUrl, options).then(
  (entry:any) => { console.log(entry);  },
  (err) => { console.log("ERROR: " + JSON.stringify(err)); });

Any ideas?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 49216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>