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

Couldn't get children from onedrive using get? #90

Closed
Gogul09 opened this issue Jul 24, 2018 · 2 comments
Closed

Couldn't get children from onedrive using get? #90

Gogul09 opened this issue Jul 24, 2018 · 2 comments

Comments

@Gogul09
Copy link

Gogul09 commented Jul 24, 2018

client
         .api('/me/drive/root/children')
         .get((err, res) => {
		console.log(res);
});

This is returning null in value response.

I have given all the delegated and application permissions in my app.

  • Files.Read
  • Files.Read.All

Still not able to access the children from my OneDrive.

@muthurathinam
Copy link
Contributor

Are you getting any error response..?
what is the value you are getting for err..?

@muthurathinam
Copy link
Contributor

Could not reproduce so closing this for now.

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