fsantini / KoboCloud

A set of scripts to synchronize a kobo reader with popular cloud services
Other
1.01k stars 97 forks source link

Missing files with Dropbox #123

Closed louisabraham closed 1 year ago

louisabraham commented 2 years ago

Some files don't download. They don't appear anywhere in the logs. I know I waited enough because the last line of the logs indicate "done".

Sometimes, renaming files on Dropbox helps.

I can reproduce from my computer and I'm currently debugging it!

louisabraham commented 2 years ago

I have identified the issue: dropbox doesn't return the missing URLs. The current way of retrieving files is quite broken and I'm implementing a new one, using a DropBox scoped app. The new workflow would make the user click on a link to get a token. With that token, KoboCloud could access an Application folder, list its content and sync files.