What is the problem you are having with rclone?
Need to discuss further the topic that we already raised in the below forum
As the above thread was automatically closed after 30 days, we are unable to continue the discussion further in that thread. Sorry we have missed to respond to that thread within 30 days.
We have sent a mail to "nick@craig-wood.com" on "26 Dec 2023" on this, but we haven't got any reply.
Here is our reply to Nick, for the last comment in that thread.
`Hi Nick,
Please to meet you.
Currently, WorkDrive doesn't have the API limits based on the account or its license so there is no need to upgrade your account to increase the API usage.
WorkDrive enforced stricter API limits for the API calls requesting the same page("page%5Blimit%5D=10&page%5Boffset%5D=0") in the files listing API "/api/v1/files/<folder_id>/files". But if you pass the different page numbers as you mentioned in one of your screenshots the requests should not throttle.
Our current API throttling limit for files listing API "/api/v1/files/<folder_id>/files" is
- If the same pagination numbers passed with the same folder_id from the same user -> only 20 calls will be allowed for 1 minute
- Other than the above case there is no daily limit or account/license specific limit. If you hit the listing API for different folders or the same folder with different pagination values then there shouldn't be any restriction.
As per our understanding, the /rclone app is invoking the files listing API for the base folder for every action that is happening in rclone. Say, if the user did 20 different actions in the same folder (copy/upload 20+ files) for every action the app hits the listing API 20+ times(starting from 1st page to last) within 1 minute timeframe. So it crosses the above-mentioned API threshold limit.
Can we avoid hitting the listing API for each action, instead can we handle the batch actions and hit only once for every batch and make sure it is within the above-mentioned threshold?
If we are missing something, we can discuss further to understand your API usage and enhance this integration.
Including our support email address("support@eu.zohoworkdrive.com") in this mail, for further conversation.`
Run the command 'rclone version' and share the full output of the command.
Not applicable
Which cloud storage system are you using? (eg Google Drive)
Zoho WorkDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Not applicable
The rclone config contents with secrets removed.
Not applicable
A log from the command with the -vv
flag
Not applicable