https://github.com/0chain/onedrive
https://github.com/0chain/onedrive
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0chain/onedrive
- Owner: 0chain
- Created: 2025-02-17T13:06:30.000Z (over 1 year ago)
- Default Branch: staging
- Last Pushed: 2025-02-17T13:34:14.000Z (over 1 year ago)
- Last Synced: 2025-07-23T03:48:25.902Z (11 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OneDrive Migration SDK
## Overview
This SDK provides an API for migrating files to cloud storage platforms :: Microsoft OneDrive. It simplifies the migration process by
enabling programmatic control over the file transfer, allowing for batch migration, folder structures, and metadata preservation.
## Features
- **Cloud Integration**: Supports popular cloud platforms OneDrive
- **Batch Migration**: Migrate multiple files or entire directories with a single API call.
- **Metadata Preservation**: Retain file metadata (e.g., timestamps, permissions) during migration.
- **Error Handling**: Built-in error handling and retry mechanisms.
- **Cross-Platform Support**: Compatible with Windows, Linux, and macOS.
## Prerequisites
Before using this SDK, ensure you have the following:
- **API Keys**: Obtain API keys for your target cloud platform(s).
- **Programming Language Support**: The SDK currently supports Golang.
- **Cloud Storage Account**: A valid account on your chosen cloud platform(s).