RollyPolly
'Background' options for Pod Initiated file transfer
do you know of another way to get files into gdrive without wrestling with API permissions? Just for clarity sake, I'd like to know if I'm missing something obvious
I'm plugging s3 into my image right now, the python boto3 library for AWS stuff looks pretty straightforward, at least for something simple like file up/downloading
13 replies
'Background' options for Pod Initiated file transfer
I'll have to look at S3, if it's easier to set up than google drive api, I'll definitely use it. Some of my other projects are going to be AWS so it's already on the todo list
Yes, gdrive outside of colab (I don't use colab) still req you to either register your api access as an app or juggle reauth tokens with a webpage permission window. Unless, I'm doing it some profoundly wrong way, which could be the case since it looks like theres a handful of different options for getting API access (registering a service, etc) that are way too deep into the google-sphere for me
13 replies
'Background' options for Pod Initiated file transfer
I'm not a huge fan of the gdrive API, I've used it for another project, and it requires you to renew your credential auth, with a webpage warning you have to click through, which really throws a wrench in things since it'll probably trigger a request if being accessed by a foreign IP on whatever pod tries to use it
13 replies
Getting data in/out of a community cloud pod
I hadnt thought of going straight from container <-> cloud provider, but on reflection I'm sure theres some python lib for pulling/pushing to a google drive, dropbox, etc that'd suffice to keep a .db up to date, probably easiest solution
12 replies
Getting data in/out of a community cloud pod
I've just realized (I'm poking around pods) that you can still use the Cloud Sync feature with community cloud pods; I had thought they were tied to Network Volume and therefor only a feature for Secure cloud
I don't have a significant amount of volume to move, my case is just syncing a .db file back and forth. I'll have to see if this is possible on startup/shutdown automatically from within a pod using runpodctl or something
12 replies