Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{"message":"Missing Authentication Token"} #6

Open
ketanmprajapati opened this issue Jan 4, 2018 · 2 comments
Open

{"message":"Missing Authentication Token"} #6

ketanmprajapati opened this issue Jan 4, 2018 · 2 comments

Comments

@ketanmprajapati
Copy link

ketanmprajapati commented Jan 4, 2018

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

@scofield-ua
Copy link

@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: #2 (comment)

@ShrJoshi28
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants