CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

Meteor 1.3 error #166

Closed ghost closed 8 years ago

ghost commented 8 years ago

Error when trying to upload a file with meteor 1.3: //client {error: 400, reason: "Match failed", details: undefined, message: "Match failed [400]", errorType: "Meteor.Error"}

//server Exception while invoking method 'slingshot/uploadRequest' Error: Match error: Failed Match.OneOf or Match.Optional validation

//more info Works fine on Meteor 1.2

digz6666 commented 8 years ago

Have you resolved the issue? I'm on meteor 1.2 and it throws same error.

izaa commented 7 years ago

I had same error when sending only string to Slingshot.Upload("directiveName", param) <-- here param should be object not a string.