onedrive plugin

Added by Jakub Kocian about 8 years ago

Hello can be onedrive plugin made? I have lots of movies there and whould be great to watch them on my ps3.


Replies (4)

RE: onedrive plugin - Added by Michael Hansen about 8 years ago

For plugin devs, there is an API for it:

http://onedrive.github.io/README.htm

RE: onedrive plugin - Added by Leonid Protasov about 8 years ago

Michael Hansen wrote:

For plugin devs, there is an API for it:

http://onedrive.github.io/README.htm

OneDrive v0.1.1 is released (installable from Apps). Please test it and report :)

RE: onedrive plugin - Added by Michael Hansen about 8 years ago

Hi,

thanks a lot for this plugin.
Works pretty well so far.

But I also noticed some issues:
- If I try to open my documents folder (called Dokumente), I get TypeError (invalid base value), onedrive.js:231, onedrive.js:204 preventsyield
- For another folder with a lot of jpgs inside I get an http error
- Playing mp3 files from a OneDrive folder stops after about 2 minutes, then it seems to buffer for some seconds and then continues playing

Sorry, I currently don't have a linux system running for more detailed debug info, tried it on PS3 only.
BTW, I hope my login data is saved securely?

/druelie

RE: onedrive plugin - Added by Leonid Protasov about 8 years ago

Michael Hansen wrote:

Hi,

thanks a lot for this plugin.
Works pretty well so far.

But I also noticed some issues:
- If I try to open my documents folder (called Dokumente), I get TypeError (invalid base value), onedrive.js:231, onedrive.js:204 preventsyield
- For another folder with a lot of jpgs inside I get an http error
- Playing mp3 files from a OneDrive folder stops after about 2 minutes, then it seems to buffer for some seconds and then continues playing

Sorry, I currently don't have a linux system running for more detailed debug info, tried it on PS3 only.
BTW, I hope my login data is saved securely?

/druelie

PM me on IRC and I will try to resolve all that issues.

Your login data are not saved at all. Plugin uses OAuth 2.0 token system (code flow). So only tokens are stored.

(1-4/4)