-
Notifications
You must be signed in to change notification settings - Fork 93
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
Invalid Access Token #405
Comments
Have you tried updating your Cesium version? |
I don't know about the problem but giving your access token might not be the brightest idea ;) |
Normally, InvalidCredentials is about the version of cesium used in the project. However, if you have provided your Cesium.Ion private access token. then it might be because of something else. |
https://cesium-map-app.web.app/map
This is my map application, running with no issues. Then it stopped working.
This is the error it gave me:
api.cesium.com/v1/assets/2/endpoint?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZjZmNmEzYy0zOWUwLTQzMTEtODNlMC1hY2EwZTRkNjQyNWUiLCJpZCI6MjU5LCJpYXQiOjE2Mjc5MTg0MjB9.VbQeEhbHiWrAH5KAAl1ynNkI4kHWxJdDi78IcCZxFk4:1 Failed to load resource: the server responded with a status of 401 ()
I updated angular-cesium package from 0.0.72 to 0.0.73 and tried to run it locally but it couldn't run either.
When I open the link in the error it says me this:
{
code: "InvalidCredentials",
message: "Invalid access token"
}
Thanks for advance.
Version
The text was updated successfully, but these errors were encountered: