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

Feature request: onedrive data backend #370

Open
darzz8088 opened this issue Aug 29, 2021 · 3 comments
Open

Feature request: onedrive data backend #370

darzz8088 opened this issue Aug 29, 2021 · 3 comments

Comments

@darzz8088
Copy link

can all files saved in onedrive via plik?

web disk space is not enough, so is there any way can all file be saved in onedrive?

@camathieu
Copy link
Member

There is no implementation of onedrive but we are currently working on a Google Cloud Storage integration

@camathieu camathieu changed the title can all files be saved in onedrive via plik? Feature request: onedrive data backend Oct 5, 2021
@camathieu
Copy link
Member

https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsession?view=odsp-graph-online

I reviewed the options to implement a OneDrive data backend unfortunately :

  • https://github.com/goh-chunlin/go-onedrive does not implement the large file upload API (>4MB)
  • the upload session API requires to know the size of the file in advance which can cause issues with some Plik features like piping to the Plik CLI or using encryption and/or archive features of the CLI.

@lazee486
Copy link

lazee486 commented May 5, 2022

just as an option for future, rclone does have a mount option, if you google you will find people using it for plex media. if you mount the data directory could work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants