At present the GoogleDriveConnectorTest.listingTest provides no filter as to what to list - resulting in it listing every single file ever uploaded to our GDrive. That's probably a bit much and will just get spammier over time.
Instead like with the downloadTest in the same class we can probably target one or a few specific files to validate the functionality.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45408354-limit-the-return-of-the-listingtest-for-gdrive-logs?utm_campaign=plugin&utm_content=tracker%2F1626462&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1626462&utm_medium=issues&utm_source=github).
At present the
GoogleDriveConnectorTest.listingTest
provides no filter as to what to list - resulting in it listing every single file ever uploaded to our GDrive. That's probably a bit much and will just get spammier over time.Instead like with the
downloadTest
in the same class we can probably target one or a few specific files to validate the functionality.