One Drive/Google Drive integration

Having a 3D printing farm, I need a way to keep my files safe.
I use cloud services to backup my folders with gcode or models.
It would be great to be able to log into these services and be able to browse files, download them and send them to print from the cloud.

Comments

  • That is no real problem. You need to enable it on the computer where server runs and at least automatically sync that folder ( I mean you can exclude the other folders containing other data - at least in dropbox I can do that).

    In Repetier-Server you add in global settings->folders a folder to that directory. Then in print tab you can select g-codes from that folder.
  • Forgot to mention - files must be readable by server user so on linux/mac repetierserver user must be able to read the files.
  • I use RaspberryPi.

  • The it is best to activate googledrive for user repetierserver. WIth
    sudo -s -u repetierserver
    you become user repetierserver in case you need to add some configs. Direct login is not possible since repetierserver has no password.
  • This is interesting, I would like to implement it on my servers (RPI all of them)
    Could you explain a little more how to do it?
  • Just set it up and in server use folders to point to it so it can import from there. How depends on the cloud solution and should be documented there. Important is that user repetierserver can read the files. Only read access is needed. So if user pi does not work install it for user repetierserver.
    You should NOT have the /var/lib/Reepetier-Server on a external system. This will likely cause reliability issues.
  • I mount google drive on mac using add-on. I use Commander One.
Sign In or Register to comment.