Search found 11 matches

by itman2000my
30 Oct 2024, 01:32
Forum: Help
Topic: FFS: Unresolved Conflicts "The items have different names"
Replies: 5
Views: 343

Re: FFS: Unresolved Conflicts "The items have different names"

Good morning. I disabled "Use database to detect moved/renamed files" as @xCSxXenon advice, but still getting the issue. Also, the sync hv been going on for sometime with "Use Database" ENABLE. I also got the same error.

As of last night sync, I got the below error:
The following items have ...
by itman2000my
30 Sep 2024, 23:57
Forum: Help
Topic: FFS: Unresolved Conflicts "The items have different names"
Replies: 5
Views: 343

Re: FFS: Unresolved Conflicts

Im using update one way, source to destination and no deletes.
Hence, if the filename is different, ie, lower case vs upper case, etc. then FFS should just consider the file is 'NEW'.

TQ
by itman2000my
30 Sep 2024, 00:53
Forum: Help
Topic: FFS: Unresolved Conflicts "The items have different names"
Replies: 5
Views: 343

FFS: Unresolved Conflicts "The items have different names"

Good morning.

Can FFS automatically handle this conflict? ie. filename PO240184 AL Aqsa Carpets.pdf != PO240184 AL AQSA CARPETS.pdf


The following items have unresolved conflicts and will not be synchronized:
Folder pair: E:\ <-> gdrive:\srv02.backup@worldvision.org.my\Drive E
6. FINANCE\Finance ...
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: 3
Views: 1236

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 ...
by itman2000my
23 Aug 2024, 00:45
Forum: General Discussion
Topic: Issue: The name "FILENAME" is already used by another item
Replies: 0
Views: 1032

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 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: 1348

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 ...
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: 1348

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: 1348

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: 1348

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: 1348

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 ...