MatthewJWhittle / getarc

Other
3 stars 3 forks source link

Token invalid #13

Closed MatthewJWhittle closed 3 years ago

MatthewJWhittle commented 3 years ago

Received this error when using get_token()

`Error in get_layer_details(endpoint = endpoint, my_token = my_token) :

I suspect that it is due to the access_token expiring. Need to add some functionality to check for this and request a new access token.

The problem was fixed by deleting the cached token and running get_token.

MatthewJWhittle commented 3 years ago

This is now resolved in the development branch