Florian Kalis

Results 13 comments of Florian Kalis

Currently there is no support for this.

Adding the root folder of the repository to the path (`PATH="$PATH:/home/user/bash-onedrive-upload"`) and invoking the upload from another folder (`onedrive-upload testfile.txt`) works for me. Can you provide more information? - Which...

You can checkout the branch for issue #28 (https://github.com/fkalis/bash-onedrive-upload/tree/feature/28-converged-applications). Microsoft has one API for the personal OneDrive, one API for OneDrive for Business and the newer GraphAPI, which supports both...

``` The provided value for the input parameter 'redirect_uri' is not valid. The client application must be marked as 'mobile', or the value must be an absolute URL which matches...

Ah, now I see what I have done differently: ![apps](https://cloud.githubusercontent.com/assets/6001167/17631397/3837360c-60c4-11e6-8cc6-c12301e47b08.png) I have created my app as a Live SDK application (second Add button). When I create a "normal" app (first...

I have added a [link](https://apps.dev.microsoft.com/?mkt=de-de#/appList/create/sapi) to the README file, which can be used to create a Live SDK application in case the "Add an app" button is missing. Please try...

rootik has provided [support for OneDrive for Business](https://github.com/fkalis/bash-onedrive-upload/pull/29). Please try again using the modified script.

@rootik Can you please check, if the script in branch feature/28-converged-applications works for OneDrive for Business, too? It uses the [Microsoft Graph](https://graph.microsoft.io) API, which might help unifying onedrive-* and onedriveb-*.

@rootik I have added a debug output for the upload url. Can you retry the chunked upload and post the upload url? According the the official documentation, it is not...

@rootik Do you see any reasons to keep any of the onedriveb-* files after switching to the Graph API? I have merged - silent mode - exponential timeout from the...