plik icon indicating copy to clipboard operation
plik copied to clipboard

Feature request: onedrive data backend

Open darzz8088 opened this issue 3 years ago • 3 comments

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?

darzz8088 avatar Aug 29 '21 14:08 darzz8088

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

camathieu avatar Oct 04 '21 14:10 camathieu

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.

camathieu avatar Dec 02 '21 18:12 camathieu

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

lazee486 avatar May 05 '22 10:05 lazee486