You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OneDrive examples in the docs all assume that we are interested in locating a given user's Drives, and iterating through them. But all I want to do is to access a given folder, and iterate through the files in that folder. I'm not able to figure out how to do that from the examples in the docs - can anyone show me how that would work? It seems like there's got to be some way to just say "Give me folder X and its contents," but I can't see how.
I am able to authenticate and get an access token, but can't seem to get farther than that. Thanks.
The text was updated successfully, but these errors were encountered:
Following up on my own question - I think the example docs here are minimal by design. This library handles access, but to achieve results, you need to spend time reading and understanding the OneDrive REST APIs themselves (docs here). It takes experimentation and a fair bit of poking and prodding to locate the drive and item IDs you want to work with, but once you get the hang of it, you can do anything.
A few more examples in this lib's docs might still be useful, but closing this as a non-issue.
The OneDrive examples in the docs all assume that we are interested in locating a given user's Drives, and iterating through them. But all I want to do is to access a given folder, and iterate through the files in that folder. I'm not able to figure out how to do that from the examples in the docs - can anyone show me how that would work? It seems like there's got to be some way to just say "Give me folder X and its contents," but I can't see how.
I am able to authenticate and get an access token, but can't seem to get farther than that. Thanks.
The text was updated successfully, but these errors were encountered: