jwass / geojsonio.py

Open GeoJSON data on geojson.io
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

401 Requires authentication #18

Open koshkinaav opened 1 year ago

koshkinaav commented 1 year ago

Hello, after using display() there is mistake with authentication: gist = ghapi.create_gist(description, files) 174 return gist

File ~\AppData\Local\anaconda3\lib\site-packages\github3\decorators.py:32, in requires_auth..auth_wrapper(self, *args, **kwargs) 28 # Mock a 401 response 29 r = generate_fake_error_response( 30 '{"message": "Requires authentication"}' 31 ) ---> 32 raise error_for(r)

Can somebody help, please