I know Anvil has built in library for access basic Google Drive functions, has anyone got it working with G Suite’s Shared Drives? These are like team drives for large departments.
We have various processes where we need to access/create files directly in these locations
Does anyone have code for this? To access Google shared drives? This is how my org works where we have files on Google shared drives and those files are currently grabbed by python using pydrive2 library. We then process the files and drop the output off in another shared Google drive.
I’d like to do this via Anvil so my users can go to an easy to use web interface, set parameters, and get their output run.
We’ve now installed PyDrive2 for you, so you should be able to use your existing code directly in Anvil now. You might also be interested in a discussion from yesterday about using the Google Cloud APIs directly. I hope that helps!