Skip to content
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

Error 403 Forbidden #11

Open
akansh12 opened this issue Oct 4, 2024 · 0 comments
Open

Error 403 Forbidden #11

akansh12 opened this issue Oct 4, 2024 · 0 comments

Comments

@akansh12
Copy link

akansh12 commented Oct 4, 2024

Hey I am trying to download the file https://osm-internal.download.geofabrik.de/europe/belarus-internal.osh.pbf through
wget --load-cookies cookie_output_file.txt https://osm-internal.download.geofabrik.de/europe/belarus-internal.osh.pbf, since it is an internal file, I did generate cookies with the following format

{
    "user": "my_email",
    "password": "my_pass",
    "osm_host": "https://www.openstreetmap.org",
    "consumer_url": "https://osm-internal.download.geofabrik.de/get_cookie"
  }

I am not getting any error when running:
python3 oauth_cookie_client.py -o cookie_output_file.txt -s settings.json

Can someone help me with a potential solution? What can I be doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant