linux - How to access Google Drive from CLI CyberDuck? -
linux - How to access Google Drive from CLI CyberDuck? -
after long search discovered seems best practices solution users need transfer files between linux , google drive:
https://cyberduck.io/?l=en
the cli version recent , documentation, unclear.
the url google storage of form:
gs://[container]/[key]
my google drive business relationship basic, freebie. have looked around don't know how determine [container] , [key].
tia.
addition:
i have found that "[container]" same "bucket". however, "[key]" remains mystery.
per info found here,
google storage , google drive — storage api should application use? google provides 2 different storage services: google cloud storage, , google drive. both services allow programmatic access functionality, goals of apis quite different. google drive sdk works google drive ui , chrome web store create ecosystem of apps can installed google drive. these apps enhance user experience allowing users interact info in novel ways. instance, user install drive app edit images or fax pdf files, , create , open files apps straight in google drive.
google cloud storage intended accessed through api , provides functionality necessary developers utilize backing store own applications. example, developer store , host media , other static assets web game in google cloud storage. google cloud storage can used online archives, backup replacement, , on.
this illustrates primary difference between 2 apis: cloud storage enables developers store application info in google cloud (and they’re responsible storage app consumes), whereas in drive, users allow apps interact user’s private storage , content.
for overview of google storage options, including video explaining differences between options, see storing data.
it's unlikely can bucket , key id info have stored in google drive. surprised if google used other infrastructure drive vs cloud storage (i think drive built on cloud storage), since drive app built on cloud storage, buckets , keys used not exposed drive usage.
additionally, other folks seems same thing am... gsutil , hence gs:// style of getting @ files won't work google drive.
linux google-app-engine ftp google-drive-sdk google-cloud-storage
Comments
Post a Comment