Dropbox refresh token (#222)

* ask dropbox for refresh token using offline mode
save as json intead of txt file

* need new version of dropbox lib
This commit is contained in:
Rob
2023-06-02 09:13:33 -05:00
committed by GitHub
parent a728596f9a
commit c7685c5508
2 changed files with 24 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.8.0" />
<import addon="script.module.future" version="0.18.2+matrix.1" />
<import addon="script.module.dropbox" version="9.4.0" />
<import addon="script.module.dropbox" version="10.3.1" />
<import addon="script.module.pyqrcode" version="1.2.1+matrix.1" />
</requires>
<extension point="xbmc.python.script" library="default.py">