Closed yoanlcq closed 6 years ago
So I've found this and it seems to work really really well : prasmussen/gdrive It's a standalone, cross-platform command-line utility that allows syncing with Google Drive folders.
The only requirement is that synchronization must be enabled with this tool before any content is added to the directory at all. But once it's done, it just works. I tried it on Linux and Windows and it looks good.
Still, I would like to make sure it would work for everyone, so I need a few testers : The point is to see if it still works if I share a folder with you.
gdrive.exe
(or just gdrive
on Linux and OS X. You might also need to do chmod +x ./gdrive
then);cd
to the folder where you downloaded gdrive
;foo
(mkdir foo
);./gdrive.exe sync download 1AZmi5qSC5T0LPeG5B4n4jVADXJByhvvm foo
.foo
.I need only one of you guys to try this and prove that it works.
If it does, we'll ditch the FTP mess!
cc @CoralieGold @firegreen @LanscelThaledric @datross @Hellowizz
It works ! Big up
Yep. No more testing needed.
Now I just need to write the new BASH script (easy), then everyone would need to sync once with the folders.
Outdated by #38
As we're starting serious work today, the current LFTP-based pipeline is very unsatisfactory; reasons include :
It sucks on Windows
Really, it's horrible. People won't want to use this daily.
We can't access it at school
For some reason the FTP traffic is blocked at school. This is a big problem because it lowers our productivity by requiring us to go home in order to pull/push latest assets. But we need to go fast.
Outcomes
I see two possible outcomes to this :
Candidates