robweber / xbmcbackup

Backup Addon for Kodi
MIT License
107 stars 48 forks source link

Dropbox and Google Backup #174

Closed Tiemichael closed 3 years ago

Tiemichael commented 3 years ago

I wanted to use Cloud Saving for this plugin but failed: 1) Dropbox: after entering the App Key and App Secret and 'OK', when asking for authentication I receive some error-message Here is the relevant entry to the kodi-log:

`2020-12-15 15:43:08.861 T:6324 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2020-12-15 15:43:09.905 T:6324 INFO : Python interpreter stopped `

2) Google Drive: there is no option for this available

I am using: Backup version="1.6.3", with Kodi Matrix 19beta2, on a Jetson Nano running Ubuntu20.04

robweber commented 3 years ago

I'll take a look at this. There were some changes to the xbmcgui.Dialog() class with Matrix. I thought I had caught them all but guess I missed one.

robweber commented 3 years ago

I think I have this working now. I was able to get the entire Dropbox flow working for me. Do you have the ability to test by downloading a zip from the matrix branch? If not I'll push to the repo but another verification would always be helpful!

Tiemichael commented 3 years ago

Thanks! Dropbox is working with the new version!

The option to use 'Google Drive' is still not available....

robweber commented 3 years ago

Great - glad that's working.

Google Drive is not available on Kodi Matrix due to a lack of Python3 compatible libraries. It may be added in the future but as of now it had to be stripped out. You shouldn't even see that as an available option in the settings. Given that Matrix isn't the current stable release the documentation for this hasn't been updated.

Tiemichael commented 3 years ago

Thank you for the update!