I’m trying to automate a process to extract files periodically from Google Drive service. I’m confused because all the resources I’ve found so far are designed to be used with a GCP project. Are there any altertanives that doesn’t require GCP?
This is the library that Google recommends to connect with its services https://github.com/googleapis/google-auth-library-python but I’m fairly new to API’s and feeling a little overwhelmed.
I’d appreciate guidance on what to start looking, or any tip.