You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/05/12 00:47:41 UTC

[GitHub] [superset] Lubyam opened a new issue, #20035: MAPBOX_API_KEY CONFIG Use a public access token (pk.*) with Mapbox GL, not a secret access token (sk.*)

Lubyam opened a new issue, #20035:
URL: https://github.com/apache/superset/issues/20035

   I want to use deck.gl Scatterplot and set the MAPBOX_API_KEY   with "sk.eyJ1IjoieGFuaWN1IiwiYSI6ImNsMnp2aW9qbjFqaTYzaX********",
   ![image](https://user-images.githubusercontent.com/7630366/167970047-8c44b2bc-c792-490f-b255-58a25b4a1572.png)
   
   when i update the chart got a error info:
   
   ![image](https://user-images.githubusercontent.com/7630366/167969991-ebafa15b-4be8-4e62-9af8-af9f41124b6f.png)
   
   
   How should I solve it?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Lubyam commented on issue #20035: MAPBOX_API_KEY CONFIG Use a public access token (pk.*) with Mapbox GL, not a secret access token (sk.*)

Posted by GitBox <gi...@apache.org>.
Lubyam commented on issue #20035:
URL: https://github.com/apache/superset/issues/20035#issuecomment-1124461526

   > Hi @Lubyam You need to use public token instead of secret token, which is always prefixed with `pk`. Please refer to the url from the error message.
   
   @stephenLYZ  thank you 
   Turns out I had it backwards all along
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] stephenLYZ commented on issue #20035: MAPBOX_API_KEY CONFIG Use a public access token (pk.*) with Mapbox GL, not a secret access token (sk.*)

Posted by GitBox <gi...@apache.org>.
stephenLYZ commented on issue #20035:
URL: https://github.com/apache/superset/issues/20035#issuecomment-1124436402

   Hi @Lubyam You need to use public token instead of secret token, which is always prefixed with `pk`. Please refer to the url from the error message.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org