Forum Discussion
Anupama22
May 15, 2019Copper Contributor
How to upload file to one drive via application without client id and secret key
Hi, I have seen so may posts for uploading file to one drive. But If we look at the steps, First mandatory thing I saw is to create App in one drive and generate client id and secret key. This clien...
May 15, 2019
Absolutely, you can ask the username and password to your users and then use in the code you have in your application...you can find many PowerShell Scripts that work in that way
Anupama22
May 16, 2019Copper Contributor
jcgonzalezmartin Thanks for reply. actually I am looking for some python script or c++ code. I need to check powershell script as I haven't used it before.
- Anupama22May 16, 2019Copper Contributor
I tried with powershell script which works fine for others but I am getting error as
Exception calling “ExecuteQuery” with “0” argument(s): “The sign-in name or password does not match one in the Microsoft account system.”But the account do exists.
The account is working if I login through webportal.
Am I missed some pre-requisite settings?