SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

update to dropbox 8.4.0 #31

Closed micahg closed 6 years ago

micahg commented 6 years ago

Hello,

These are the calls to update the addon to the new dropbox API.

I've noticed something that might be a (minor) problem on first run (eg: first time setting up dropbox)... It looks like if there is a download error in pullFromDropbox we never attempt to upload. But if the file has never been uploaded we always get that error.

I'm also noticing that in certain situations (I've not tracked down why just yet) we delete the backup and the real file to trigger the situation above.

Anyway, this makes it compatible but I'm seeing some problems as I'm testing it.