We need a "google drive enterprise sandbox" or some sort of way to Mock a realistic Enterprise Google Drive account. This would make it so that we can simulate service accounts with access to multiple users files over a google enterprise account.
We can test a single GoogleDrive user no problem. But the enterprise service accounts with access to multiple users' files is not possible without an enterprise google account which is expensive.
Our app has access to google enterprise users files and using the service account can do operations on them.
This means in order to write integration tests we need an Enterprise google account to connect to. But that's pretty expensive and not possible from a budget standpoint.
How can we get something to run integration tests against that doesn't cost us a fortune?