Show HN: Drive – a tiny program to pull or push Google Drive files
11–20 of 24 posts
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#12Combined with "a tiny program" in the title, this makes me curious as to what exactly needs so much memory.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#13If you have less than 1GB memory on your device see Precautions for building on devices with less than 1GB RAM Combined with "a tiny program" in the title, this makes me curious as to what exactly needs so much memory.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#14If you have less than 1GB memory on your device see Precautions for building on devices with less than 1GB RAM Combined with "a tiny program" in the title, this makes me curious as to what exactly needs so much memory.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#15If you're running into this: google.golang.org/cloud/compute/metadata/metadata.go:54: unknown net.Dialer field 'KeepAlive' in struct literal then it's supposed to be fixed per https://github.com/odeke-em/drive/issues/223 , but it's not working for me and neither do the workarounds. ¯\_(ツ)_/¯
Seems to be an issue with Go 1.2.2, upgrading to 1.4.2 fixes it.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#16If you have less than 1GB memory on your device see Precautions for building on devices with less than 1GB RAM Combined with "a tiny program" in the title, this makes me curious as to what exactly needs so much memory.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#17Nice, but what we really want is a way to do it automatically, like Dropbox. I know Burcu Dogan was against automatic sync because it isn't 100% reliable in every case, but frankly she's wrong. That isn't a sufficiently bad con not to use it compared to the pro - it's automatic.
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#18Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#19See also https://github.com/Grive/grive
Re: Show HN: Drive – a tiny program to pull or push Google Drive files
#20As one of the users (js-ojus) of `drive`, I can say that it is shaping up nicely! Keep the good work up, odeke-em!