You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, technically this is resolved because syntax is clear now. But there is another issue with error description. Is there a way I can obtain an error message?
What you've tried already
I've installed mapbox cli and exported an access token with appropriate rights using:
$ export MAPBOX_ACCESS_TOKEN=MY_TOKEN
I've successfully created a dataset using:
mapbox datasets create -n zoom5
I'm having troubles with the
mapbox datasets create-tileset
command syntax.mapbox datasets create-tileset {dataset id} tileset -n {user id}.zoom5
An error says
Error: {"message":"Account provided in the body and account provided in the url must match"}
Expected outcome
Could you please explain how to use the command more clearly? What is the proper order of arguments?
Thanks
The text was updated successfully, but these errors were encountered: