-
Notifications
You must be signed in to change notification settings - Fork 72
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
Public clients can't send a client secret #41
Comments
Same issue here...
|
@Wsget: You must only enter the @weismat: It seems like you are missing the submodule |
I copied the zip directory and the file was not included. I created in now manually and it is good to go. I am stuck now though at uploading files and always receive "Folder structure created, no files uploaded." |
weismat with my company login. |
./onedrive-authorizePlease open the following URL in your browser and follow the steps until you see a blank page: When ready, please enter the value of the code parameter (from the URL of the blank page) and press return And my apps settings Authentication configexport api_client_id="0xxx0000-000x-0000-0000-0xxx000xx00x" api_client_secret is Application Secrets - Private Key. Is that right? and api_client_id is Application Id. Is that right? |
If your App ID contains dashes, you have created the wrong (unsupported) application type. Please take a look at this comment. |
When I go into this link https://apps.dev.microsoft.com/#/appList and click add an app and after create application An ID with a dash is created. There is no "create your application in the Live SDK applications section" option. I mean there is no other option. So, take a look at this problem plz. |
Please use the link from the README file and try again: https://apps.dev.microsoft.com/#/appList/create/sapi This should automatically ask for an application name without clicking |
Ok. I got it. But when I upload file, always receive "Folder structure created, no files uploaded" message. |
Bug "Folder structure created, no files uploaded" found and fixed. |
Thank you very much for your quick help and support. |
Thx so much. I will try.! |
It works great! |
I can view the following message.
But, After that
When ready, please enter the value of the code parameter (from the URL of the blank page) and press return
And I input below parameter
code=M7c53xxx7-x4xf-2867-3931-e0000000f0&lc=0000
and
Something went wrong, here is the API response:
{"error":"invalid_request","error_description":"Public clients can't send a client secret."}
Plus
App ID has always dash. So readme file need to update.
thx.
The text was updated successfully, but these errors were encountered: