Marcelo Reyna
Marcelo Reyna
I'm definitely updating the package to V4
I'll have a look as soon as I can. @catin-black what version of blaze are you using? (if any)
Hey! I'll be looking over it this weekend (I think I'll have a bit of time to give back to the community) :D
Hey! Lol, sorry I wasn't able to have a look over the weekend, I just got a pretty dense operation on my feet >_
Lol, all good. I did get a chance to work on a patch :D I should have a release soon, literally like one commit away.
That's strange. What region are you in?
Hmm, have you tried using the slingshot package to see if it fails with that too?
Sweet! I'm glad you got it working ^_^ I know how much of a pain it can be to get around all the permissions crap Amazon imposes but fails to...
Sweet, I'll check it out as soon as I get a chance ^_^
Hi! You would have to do something kind of like this: ``` Meteor.call("cloudinary_upload",reader.result,options,function(err,res){ if(err){ _cloudinary.remove(options.db_id); console.log(err); } else { callback && callback(res); } }); ``` That is what we're calling...