-
Notifications
You must be signed in to change notification settings - Fork 189
is there search function and resolve function? #192
Comments
What? |
Ya, is any search function in onedrivesdk, searching item based on mime_type? Like I want to search example.pdf and mime type pdf ( just for example) So how can I do that with onedrivesdk ? I've written one search function but it is time consuming, if there is any search function in onedrivesdk only then it may be with less time complexity. |
Resolve function gives id of the file from path, in previous there was fun cation named resolve, but in newer api doesn't have that but I found something similar to that client.item(path=path).get().id |
Is that possible with the plain API? |
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #209 for more information |
searching with name of file or folder and is there any function which is same as resolve function which was in previous version
?
The text was updated successfully, but these errors were encountered: