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

Quotes needed around Auth token in .env file Error 931 #26

Open
richardpaling opened this issue Oct 22, 2022 · 1 comment
Open

Quotes needed around Auth token in .env file Error 931 #26

richardpaling opened this issue Oct 22, 2022 · 1 comment

Comments

@richardpaling
Copy link

Ebay changed the token format from tokens beginning with AgAAAA** to much shorter tokens tokens beginning with v^1.1#.
The new token format issued by Ebay contain hash # characters that gets interpreted as the beginning of a comment in the .env file.
To prevent this the tokens in the .env file have to be wrapped in double quotes.
Ebay throws a 931 Error (invalid Token), if quotes are missing in .env file.

EBAY_PROD_AUTH_TOKEN="v^1.1#a6y..."

This should be mentioned in the README.md file

@jobbrown
Copy link

jobbrown commented Mar 6, 2023

Thank you for this. Got us out of a jam.

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

2 participants