-
Notifications
You must be signed in to change notification settings - Fork 17
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
Seems that API doesn't work #1
Comments
Hey Ivan, thanks for reporting this. Without a little more detail it's hard to say what's going wrong for you. Here's an example where we use the API to get the list of notebooks with sections, which will hopefully help you get unblocked: https://github.com/OneNoteDev/OneNotePicker-JS/blob/master/src/scripts/oneNotePickerDataSource.ts If you still can't get things working then please let us know and we'll help you track things down. Edit: Just realized you were talking about getting pages (vs. sections). This is something we haven't fully implemented yet. Matthew has added an issue to track adding support for the remaining APIs. |
Hi Ivan, which method are you calling on OneNoteApi? We haven't implemented GET pages yet (it's a wip). |
@mttwc, @leakymemory Thank you for answers, I will wait for implementing GET pages then |
I guess the problem is in API, because it works for everywhere excluding pages. |
Still no solution? |
Hi Ivan, can you please do the following:
I'll be happy to dig in for you |
Hello. I cannot get pages with any URL. But in dev site it works.
For reproduce - just query any pages in any sections.
What should i do?
The text was updated successfully, but these errors were encountered: