vue-s3-dropzone
vue-s3-dropzone copied to clipboard
{"message":"Missing Authentication Token"}
i m done code to step by step but giving {"message":"Missing Authentication Token"} error please help me..
@ketanmprajapati you need to add 'x-api-key' header to lambda request.
Here is example of part of frontent\src\lambda.js you need to update:
...
return axios.post(endpoint, payload, {
headers: {
'x-api-key': 'your-key-here'
}
})
...
Also, here is detailed answer about how you can get the API key: https://github.com/kfei/vue-s3-dropzone/issues/2#issuecomment-286707838
I am facing the problem of- { "errorMessage": "[object Object]" } for Aws Lambda function using vue dropzone how to slove this error please suggest.