-
Notifications
You must be signed in to change notification settings - Fork 47
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 #15
Comments
我也出现了cesium API 401 的问题,应该是access_token过期了 |
你可以在node_modules/cesium/Source/Core/ion.js 中找到 |
Thanks, I got your idea and now it works! just added "Cesium.Ion.defaultAccessToken = '...'" into index.js |
Adding "Cesium.Ion.defaultAccessToken = '...'" into index.js doesn't work for me. I got a |
I started this app as described in README file on http://localhost:8080/
Cesium´s viewport is empty, console shows {"code":"InvalidCredentials","message":"Invalid access token"}
http://localhost:8080/tile.html works fine.
Is it due to old AGI API?
Let me know how to configure my own access_token to Cesium.ion please.
The text was updated successfully, but these errors were encountered: