-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some subfolders will never sync #18
Comments
Can you provide the names of some of the incorrect folders? |
I found some interesting thing, all corrupted folder are listed on APIv2 with creation date 01.01.1970:
So path will be like Or this is other examples:
path is /Dropbox-gas_A2/Share/Knaus I will try to recreate APIv2 Dropbox. Could it be that issue comes because of update of this app? |
I seem to be seeing this as well. In my case it's files in my YNAB folder.
|
Just checked with other user that we have Dropbox shares... The same folder is corrupted "/Share/Master". But for me it is empty, and for user 2 it contains subfolders, but 0 files at all. |
It looks like all directories whose names begin with uppercase letters are not synced. Can anyone confirm that? |
Not really, I have more folders with uppercase letters at the begging, but not all of them have trouble. |
Can you try re-scanning the storage.
|
I did it before and I have a cron job twice a day to run this rescan scrip: https://github.com/GAS85/nextcloud_scripts/blob/master/nextcloud-file-sync.sh there was no positive effect at all. I will try to run command manually this evening to do the test. |
For me is also one folder not synced and this is a folder that is also synced with another app. It is all small letters - so it has nothing to do with capital letters. |
If it is of any interest I used the owncloud version of this plugin and didn't have the issue for me. |
Size is still 0 for same folders. |
@GAS85 https://github.com/zpv/files_external_dropbox It has been working fine for me so far and fixes the missing files/subdirectories the current version of this experiences. |
@zpv it is not possible to activate your plugin... but if just updating the base helps maybe @icewind1991 should consider this? |
@hpfmn Latest commit should be working now. Forgot to remove a line in the metadata regarding ownCloud dependency. |
I think the problem is commit 03ba610 - for some reason it helps to put everything to lower case. |
Hi, I noticed that after latest master upgrade, root sync issue was solved, but I've noticed that API2 Dropbox folder is smaller than it should be...
The thing is - I still have APIv1 enabled and use both of them, but it is time limited:
If I discover subfolders, some of them has different size. I could not really find what exactly is wrong with not synced folders, like path is too long or files fas some strange symbols in names, nothing.
php occ files:scan --all
was executed many times, does not solve the issue.edited:
Just checked statistic and new App with APIv2 creates around 5k API calls per day, and App with APIv1 around 300 API calls per day.
The text was updated successfully, but these errors were encountered: