chad512
Jan 05, 2022Copper Contributor
Status:
New
Retrieve file permissions when listing a folder's children
Currently, I have to get the list of children in a particular folder and then request the permissions relationship for each of them. Google's API works better in this respect because permissions are a property that can be requested with the files.
Imagine a scenario in which I have 100 children in a folder. With Google's API, I get the list of children and their permissions with a single HTTP request. With Graph, it requires 101 HTTP requests. Now scale this to an application operating on many users and files.
No CommentsBe the first to comment