Native support for google drive,mega like third party online storage
See original GitHub issue🚨🚨 Feature Request
- Related to an existing #400
A method or support for google drive,mega,Microsoft Dropbox to store the dateset and we can use them for personal usage so the users get a option whether they want to store to their own personal accounts or hub servers it may save storage for hub.
It’s also helpful when hub servers down they can use from their google or Microsoft account storage.
ds.storage("gdrive")
@davidbuniat take a look
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Use third-party cloud apps in the Files app - Apple Support
Download and set up the third-party cloud app, such as Dropbox, OneDrive, or Google Drive. · Open the Files app. · Tap the...
Read more >Cloud Storage Options | Google Cloud
Google Cloud provides a full range of services to satisfy all of your storage needs with file, block, object, and mobile application storage...
Read more >Which Cloud Storage Service to Pay For in 2023 - Dignited
Looking to subscribe to a cloud storage service for your files? ... and has native support for a lot of third-party apps like...
Read more >Personal Cloud Storage & File Sharing Platform - Google
People-first collaboration apps to supercharge teamwork. Drive integrates with Docs, Sheets, and Slides, cloud-native collaboration apps that enable your team ...
Read more >Cloud Storage: How to use it wisely? - The Mobile Indian
The basic concept of Cloud Storage is to store your data on a remote data server that is managed by a third party...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I generally use the documentation provided by the colab on welcome page, And after reading through documentation here we need to register an application and to get access to id and secret key
@mynameisvinn In general, while I was working on colab, to access gdrive to load data or to store, there will be a connection establishment where we need to copy an access token and enter to establish connection. I went through the api docs and may be hub needs to have the client_id and secret and then with auth2.0 the user will provide access token right? I would like to know if it can be done by hub to handle id and secret inorder to work on this, this might be a potential feature as well since users are mostly sharing and storing large files through gdrive