flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

403 error while installing mapbox ios sdk after pod install command #1246

Closed Kapejos12 closed 1 year ago

Kapejos12 commented 1 year ago

I am trying to use your library in my app but I am fancing an error after pod install command image

In my secret token I have marked downloads:read Someone have something like this? What I have to do to fix this?

JamMarHer commented 1 year ago

Do you have a .netrc file in your home dir? It should have this

machine api.mapbox.com
login mapbox
password YOUR_SECRET_ACCESS_TOKEN
Kapejos12 commented 1 year ago

It works, thanks :)

akhilgorantala commented 1 year ago

@JamMarHer where can i find the .netrc file

emodeqidao commented 8 months ago

@JamMarHer where can i find the .netrc file

create