Display More
So in "/storage/.kodi/addons/http://plugin.dbmc/resources/lib/dropbox/rest.py" change the line that says
toThen it should work after restarting.
This add-on should also depend on scripts.module.requestsso in the addon.xml in the <requires> section it should have
this doesn't matter if you have script.module.requests installed already though.You might want to ping the author so he knows this
also, he could do this
Codetry: import urllib3 except ImportError: try: import requests.packages.urllib3 as urllib3 except ImportError: raise ImportError('Dropbox python client requires urllib3.')
or a similar solution
Sorry for the silly question but how do i access it. Tried SSh ans Samba. Ihave no clue how to find storage. Thnx