vue-s3-dropzone icon indicating copy to clipboard operation
vue-s3-dropzone copied to clipboard

{"message":"Missing Authentication Token"}

Open ketanmprajapati opened this issue 7 years ago • 2 comments

i m done code to step by step but giving {"message":"Missing Authentication Token"} error please help me..

ketanmprajapati avatar Jan 04 '18 08:01 ketanmprajapati

@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

scofield-ua avatar Jan 19 '18 10:01 scofield-ua

I am facing the problem of- { "errorMessage": "[object Object]" } for Aws Lambda function using vue dropzone how to slove this error please suggest.

ShrJoshi28 avatar Feb 08 '19 08:02 ShrJoshi28