Samira Kumar
Results
2
comments of
Samira Kumar
Hi, I'm facing the same error. My code is ``` from stravalib.client import Client access_token = 'xxx' refresh_token = 'xxx' client_id = 00000 client = Client(access_token=access_token) scope = ['read', 'profile:read_all',...
Got it to work. Apologies to have missed that part. Thanks.