{"id":16635748,"url":"https://github.com/dvoaviarison/multi-cloud","last_synced_at":"2026-05-20T07:11:47.083Z","repository":{"id":143936381,"uuid":"151943401","full_name":"dvoaviarison/multi-cloud","owner":"dvoaviarison","description":"Super simplified .Net library for multiple cloud drive access","archived":false,"fork":false,"pushed_at":"2018-10-07T15:24:03.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T10:28:36.959Z","etag":null,"topics":["api","cloud","csharp","dotnet-core","download","driver","file-upload","files","google-cloud"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvoaviarison.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-07T13:18:50.000Z","updated_at":"2023-07-24T17:42:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"05da5f3a-4a26-42e8-9249-67a9a88775dd","html_url":"https://github.com/dvoaviarison/multi-cloud","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"9f611b0dac99663c21213833ea9597b101cd7fd0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvoaviarison%2Fmulti-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvoaviarison%2Fmulti-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvoaviarison%2Fmulti-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvoaviarison%2Fmulti-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvoaviarison","download_url":"https://codeload.github.com/dvoaviarison/multi-cloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243135639,"owners_count":20241983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cloud","csharp","dotnet-core","download","driver","file-upload","files","google-cloud"],"created_at":"2024-10-12T06:04:36.776Z","updated_at":"2026-05-20T07:11:47.022Z","avatar_url":"https://github.com/dvoaviarison.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![HeadBanner](docs/imgs/headbanner.png)\n[![Build status](https://ci.appveyor.com/api/projects/status/gam48s84441rlcso/branch/master?svg=true)](https://ci.appveyor.com/project/dvoaviarison/multi-cloud/branch/master)\n# Multi Cloud\nMulti Cloud is an open source .Net library that aims to provide with extremely simplified access to multiple cloud drives through the same interface.\nThat includes:\n- Encapsulation of authentification. All you need is to provice you application [API credential file](https://cloud.google.com/genomics/docs/how-tos/getting-started)\n- Getting list of files, and very easily navigate through the folder trees.\n- Downloading/uploading files etc...\n\n\n## Get started\nVery simple, the multi cloud client interface looks like this\n\n```csharp\n\tpublic interface ICloudClient : IDisposable {\n\t\tIList\u003cFile\u003e GetFiles(string folderId = null);\n\t\tstring DownloadFile(string fileId, string filePath = null);\n\t\t...\n\t}\n```\n\nWorking examples are available in `src` folder.\n\n## Contribute\nThis project is open source. Fork then PR!\n\nFor now we are supporting Google Drive. We will shortly introduce OneDrive as well.\n\n## Compatibility\n- .Net Core \u003e= netCore2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvoaviarison%2Fmulti-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvoaviarison%2Fmulti-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvoaviarison%2Fmulti-cloud/lists"}