Getting the following errors after installing v2 of the dropbox app
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='api.dropboxapi.com', port=443): Read timed out. (read timeout=5.0)",)': /2/team_log/get_events/continue
Confirmed connectivity and that my token is working by running a query to https://api.dropboxapi.com/2/team_log/get_events, receiving a response as expected (size is 1.15MB)
Is there a way to increase/remove the timeout value?
Thanks,getting the following error after installing v2 of the app:
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='api.dropboxapi.com', port=443): Read timed out. (read timeout=5.0)",)': /2/team_log/get_events/continue
Running the query with postman returns results as expected (1.15 MB response)
I have checked all the obvious things, firewall shows allowed traffic to dropbox api
Is there any way to increase the timeout value?
Thanks
... View more