Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Use of SELECT statement not working when attempting to query files or folders
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.
I'm having the same issue but for a SharePoint List v2