ovh / node-ovh

Node.js wrapper for the OVH APIs
http://ovh.github.io/node-ovh
Other
129 stars 27 forks source link

Impossible to generate my 'Consumer Key' : Error : invalid account / password. #46

Closed Nucolx closed 2 years ago

Nucolx commented 2 years ago

Hello

My problem is in the title.

I follow the first steps here : https://docs.ovh.com/gb/en/api/first-steps-with-ovh-api/ I created my app via https://eu.api.ovh.com/createApp/ (no problem here) But when I try to generate my CK via https://eu.api.ovh.com/createToken/ I get the "Error : Invalid account / password. But it is not invalid.

Tell me if you need more informations.

I hope someone can help me here. Thank you Romain

Nucolx commented 2 years ago

Hello, so I solved it with the doc here : https://ovh.github.io/node-ovh/#examples by generate CK with your examples.

I also complete my first request with the first fetch example with the /me.

Have a nice day.