Search found 8 matches

by itman2000my
23 Aug 2024, 00:47
Forum: General Discussion
Topic: Issue: Cannot Delete File! CURLE_RECV_ERROR: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 [curl_easy_perform]
Replies: 0
Views: 1030

Issue: Cannot Delete File! CURLE_RECV_ERROR: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 [curl_easy_perform]

Good morning. Using FFS Donation Version. Getting the error as below: 12:12:26 AM Error Cannot delete file "Google Drive\XXXX\2. RESOURCE DEVELOPMENT\P&C dept Database\Projects_2016\Roadshow\Venue\Roadshow Proposals\Roadshow Proposal_Be Part of a Miracle_The Curve.pdf". CURLE_RECV_ERROR: OpenSSL SSL ...
by itman2000my
23 Aug 2024, 00:45
Forum: General Discussion
Topic: Issue: The name "FILENAME" is already used by another item
Replies: 0
Views: 995

Issue: The name "FILENAME" is already used by another item

Good morning. Having some errors with FFS donation version as below" 9:10:23 PM Error Cannot write file "Google Drive\XXX\2. RESOURCE DEVELOPMENT\P&C dept Database\Advocacy Campaigns\30-Hour Famine 2018\Africa Lesotho\4. Photos from trip 2013\IMG_0184.JPG". The name "IMG_0184.JPG" is already used by ...
by itman2000my
22 Aug 2024, 11:11
Forum: General Discussion
Topic: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore
Replies: 9
Views: 1193

Re: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore

There are 2 error codes returned by Google Drive which is found here: https://developers.google.com/drive/api/guides/limits 1. Error 403 is critical. Hence we can abort the process Quotas: a. 750GB Upload Limit 2. Error 429 is not critical. Hence, this can be based on number of retries and delays ...
by itman2000my
21 Aug 2024, 12:49
Forum: General Discussion
Topic: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore
Replies: 9
Views: 1193

Re: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore

Correct. Not related to storage limit. However it is related to UPLOAD limit. Google Drive allows upload of 750GB per day.

Once you hit the upload limit, that's where the User Rate Limit Exceeded error occur.
by itman2000my
21 Aug 2024, 09:09
Forum: General Discussion
Topic: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore
Replies: 9
Views: 1193

Re: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore

For Google Drive, there is a 750GB upload limit for users to upload their files. If using API calls, then there is a set of other quotas involved.
by itman2000my
21 Aug 2024, 09:04
Forum: General Discussion
Topic: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore
Replies: 9
Views: 1193

Re: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore

FFS will then retry x # of times per file x n seconds wait time. So, if you hv 100k files, then will be 10 retries x 10sec x 100000 files.FFS will continue for another 115days till complete.
by itman2000my
20 Aug 2024, 03:01
Forum: General Discussion
Topic: FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore
Replies: 9
Views: 1193

FreeFileSync To Google Drive - Stop Sync When Receiving "User Rate Limit Exceeded", Other Errors Ignore

Hi, Im currently using Google Drive as a backup option. My batch sync option, I checked "Ignore Errors". However, when sync hits the "User Rate Limit Exceeded", FreeFileSync will still continue to try to upload to Google Drive. So, this will be a never ending retries until all the files are ...