raindropio / developer-site

Official documentation for Raindrop.io API
https://developer.raindrop.io/
106 stars 18 forks source link

I can't refresh token to access API #17

Closed jos123456 closed 6 months ago

jos123456 commented 6 months ago

Hi.

I can't no longer refresh the token to grant access to API requests.

This is what I did before the error:

I created another app.

Obtained code value. Sent an authorization_code request with

curl -X "POST" "https://raindrop.io/oauth/access_token" \ -H 'Content-Type: application/json' \ -d $'{ "code": "xxxxx", "client_id": "xxxx", "redirect_uri": "https://xxxxxx", "client_secret": "xxxxx", "grant_type": "authorization_code" }'

without getting a response.

After that I tried with the old app and I refresh the token getting this message:

Trying to get property 'access_token' of non-object in ....

Without receiving the new token.

What could be the cause?

exentrich commented 6 months ago

Please send message to info@raindrop.io with your client_id