integration_google icon indicating copy to clipboard operation
integration_google copied to clipboard

Not all files are imported from Google Drive

Open shr3k opened this issue 3 years ago • 3 comments

Ignore shared files: On. Start of import: 957 files on Google Drive (10 GiB) End of import: 422 files was imported from Google Drive. Result is: Some (sub)folders created and empty, some (sub)folders are synced, pretty random pattern. Size of Google Drive import folder is 2.6 GB.

I have grep of nextcloud.log integration_google with loglevel 1, but nothing suspect... :-(

shr3k avatar Nov 19 '20 13:11 shr3k

Thanks for the feedback.

One potential reason for that would be that the API does not provide the "webContentLink" for those files. In this case, the app checks if its mime type is document/spreadsheet/presentation. If it's none of that, it just ignores the file. I added some level 2 log in this case.

I don't see any other reason why this would happen... This API is the harshest I've ever seen :smile:.

v0.0.25 is out with those additional logs. Hope it helps...

julien-nc avatar Nov 24 '20 12:11 julien-nc

Experiencing the same, both with Google Drive and Google Photo's. Tried multiple times. The import is also very slow. I've been staring at "1 file imported" for Drive for the past couple of hours.

jrial avatar Jan 17 '21 21:01 jrial

Same: I have thousands of photos, but it only imported 78 and stopped...

KonstantinGeist avatar Dec 04 '21 21:12 KonstantinGeist

Should have been fixed in the meantime.

marcelklehr avatar Jun 02 '23 11:06 marcelklehr