|
Hallo Stefan! I'm trying to use api = osmapi.OsmApi(
api='https://master.apis.dev.openstreetmap.org',
username="my correct https://master.apis.dev.openstreetmap.org username",
password="my correct https://master.apis.dev.openstreetmap.org password"
)
api.ChangesetCreate(
ChangesetTags={
'created_by': 'Surveyor 0.0.1',
'comment': 'Add new node through the dev API_001',
}
)But
|
Answered by
metaodi
Apr 4, 2025
Replies: 1 comment 5 replies
|
This is because the username/password authentication has been deprecated, see the README and the OAuth alternative: https://github.com/metaodi/osmapi?tab=readme-ov-file#oauth-authentication |
5 replies
Answer selected by
metaodi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because the username/password authentication has been deprecated, see the README and the OAuth alternative: https://github.com/metaodi/osmapi?tab=readme-ov-file#oauth-authentication