Skip to content
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

Exception of type 'Microsoft.OneDrive.Sdk.OneDriveException' was thrown. #7

Open
mohanaexcel opened this issue Aug 28, 2018 · 2 comments

Comments

@mohanaexcel
Copy link

Microsoft.OneDrive.Sdk.OneDriveException this exception occurs at the line 61 subscriptioncontroller.cs. We struck in to this. Is there any solution for this issue?

@jadilet
Copy link

jadilet commented Nov 4, 2019

I got also the same error as @mohanaexcel.

URL: /Subscription/CreateSubscription

Снимок

@jadilet
Copy link

jadilet commented Nov 4, 2019

Hi @mohanaexcel,

I fixed this issue. I forgot to run ngrok command. Please do the following steps then you will fix this issue:

  1. run ngrok command:
 ngrok http <port-number> -host-header=localhost:<port-number>
  1. Add web hook notification URL to Web.config file:
  <!-- Webhook configuration -->
  <add key="ida:notificationUrl" value="https://YOUR_NGROK_URL/notification/listen" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants