Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud Storage on Google Drive: not available in Remote Dir suggestions #180

Open
hista opened this issue Jan 25, 2021 · 5 comments
Open
Labels
inactive No activity on this issue

Comments

@hista
Copy link

hista commented Jan 25, 2021

Hi,
I have installed your Backup addon on Kodi v19.
I cannot find the Google Drive option among the Remote Dir suggestions.
I only have 3 choices:
Type path (type remote path)
Browse path (brows remote path)
Dropbox.

And that's all.

screenshot00000
screenshot00001
screenshot00002

Could you please tell me how to add a Google Drive as a remote dir?

Thanks for your kind help.

@robweber
Copy link
Owner

Unfortunately with the move to Python 3 support for Google Drive has been dropped. I just updated this in the wiki to avoid any confusion on this. Google Drive required numerous third party libraries and the work to get them all functional for Python 3 was delaying getting this addon in the Kodi repo for Matrix. I may revisit this in the future.

https://github.com/robweber/xbmcbackup/wiki/Google-Drive

@hista
Copy link
Author

hista commented Jan 25, 2021

Oh, that's why it worked with Kodi v18 then…
About google drive support, this Google Drive addon works pretty well with python3: https://github.com/cguZZman/plugin.googledrive
Maybe it can help you to restore this remote dir?

@robweber
Copy link
Owner

Thanks - I took a look at how that addon is structured. Unfortunately I don't think much of it will help for this purpose. That addon is structured around pulling down files for viewing. This addon needs something that implements some pretty low level file operations to make directories, push files, etc. Not that there aren't parts that couldn't be re-used, but I can't just import the addon the same as I do for the Dropbox module and have all the pieces be ready to go.

@w3tech
Copy link

w3tech commented Jul 13, 2023

Rob, have you considered using Kodi's special protocols?

https://kodi.wiki/view/Special_protocol

@robweber
Copy link
Owner

Rob, have you considered using Kodi's special protocols?

https://kodi.wiki/view/Special_protocol

Is that in response to the Google Drive working or something else? The special protocol is used as part of the default file set to find the correct path on various systems. For custom paths you have to set it yourself.

@robweber robweber added the inactive No activity on this issue label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive No activity on this issue
Projects
None yet
Development

No branches or pull requests

3 participants