Closed OvidiuMuresan closed 7 years ago
This error typically indicates either:
You may debug these situations by calling https://api.ovh.com/console/#/auth/currentCredential#GET from your PHP code.
I still have the same error message, if I get que api key and secret from https://eu.api.ovh.com/createApp/
but, if I get them from https://api.ovh.com/createToken/, everything works
What's the difference between the two uri to get the api key and secret?
Hi,
I'm working with laravel 5.2 and PHP 7, and after I generate my api_keys and api_secrete from https://eu.api.ovh.com/createApp/, when a try to implemente them in the code I've got from this repositorie, I get the same error message:
My code:
Any idea why the error message? Thanks