Skip to content

Use of SELECT statement not working when attempting to query files or folders #887

Open
@willmogann

Description

@willmogann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions