After analyzing the log file logs.db
with sqlitebrowser, I found the items which are getting stuck are raising the following error:
Traceback (most recent call last):
File "idesksync/workbase.py", line 247, in __run
File "idesksync/syncwork.py", line 1573, in _do
File "ideskgd/gdcloud.py", line 79, in add_dir
File "ideskgd/gdclient.py", line 654, in insert_folder
File "ideskgd/gdclient.py", line 662, in insert_file
File "ideskgd/gdclient.py", line 279, in request_resource
File "idesksync/cloudclient.py", line 170, in _request
ideskgd.gderrs.GDUserRateLimitExceeded: 403: userRateLimitExceeded: User rate limit exceeded.
It seems that I hit a limit on the Insync GDrive API. Not sure if the limit is related to my account or the Insync corp account. It would be nice to be able to increase the quota in either case.
Can someone confirm they have the same error?