Open
Description
Hello, I am attempting to run the following query:
client.me.drive.root.get_files(True).select(["name"]).execute_query()
This does not produce the expected result. All attributes of each DriveItem are still returned, thus the SELECT
query option is being ignored. This issue persists when attempting to use get_folders()
as well as calling these queries without the recursive parameter. Is this something that is not possible, or a bug? Thanks.