holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
546 stars 31 forks source link

Can’t access GoogleDrive files #302

Open lcromao opened 1 year ago

lcromao commented 1 year ago

Hello! I can’t access data on my GDrive files, only on my icloud storage. It appears a message saying that I should unlock the storage (a bottom in the top right corner), but GDrive isn’t accessible.

How can I read csv, xlsx, image files and save notebooks directly on my GDrive storage?

Greetings

holzschu commented 1 year ago

Hi, I'm afraid access to Google Drive is not possible at the moment. We allow access to all file providerst that implement Apple's file provider API. Unfortunately, all the big providers are using their own private API (Google Drive, Microsoft OneDrive, Dropbox...).

I have tried implementing access to Google Drive, but their documentation is very poor and simply understanding the API is far too difficult for me. I'll keep trying regularly, but it's really difficult.