Closed drcongo closed 5 years ago
@drcongo I don't know if this is still important to you, but there's a beta release for a new version of python-harvest. It is not backwards compatible. It supports Harvest API v2 and the new authorization paradigm.
There has been a beta release of python-harvest 5.0 which has implemented support specifically for OAuth2.
I've got an OAuth setup going, but whenever I try to do anything on the Harvest client object I get an error...
The token is in place correctly, and it's still valid (only just created).
The client is created with
h = harvest.Harvest(url, client_id=client_id, token=token)
Any ideas?