

Media. Google Drive, Insync, EncFS, Ubuntu and Raspberry Pi Project LOCAL_FILE='/home/Desktop/webserver-cam/a.jpg.tar'ĭoc = (type='document', title=DOC_TITLE) I didn't stated the right path for the folder. Assuming you named your remote 'My Google Drive:' and want it mounted to /home/pi/mounted, just run this command: rclone mount 'My Google Drive:' /home/pi/mounted Do not forget to add the colon to your remote's name That's it Rclone also supports over 20 cloud storage providers. I was able to upload a zip file to google drive, sorry for my silly mistake. Insync an Advanced Client for Google Drive Introduces a Linux Headless App Raspberry Pi Support. Updated Beginner This project will show you how you can install the Rclone software to your Raspberry Pi.


Start_byte, self.file_handle.read(self.chunk_size))įile "/usr/local/lib/python2.7/dist-packages/gdata/client.py", line 1044, in upload_chunk Return uploader.upload_file(create_uri, entry, **kwargs)įile "/usr/local/lib/python2.7/dist-packages/gdata/client.py", line 1085, in upload_file Upload_doc = client.CreateResource(doc, create_uri=create_uri, media=media)įile "/usr/local/lib/python2.7/dist-packages/gdata/docs/client.py", line 300, in create_resource I get following error: Traceback (most recent call last): When i try to upload_doc using: upload_doc = client.CreateResource(doc, create_uri=create_uri, media=media)
#Insync google drive raspberry pi 2 how to
For next state i wan to compress all image captured and send it to google drive but i have no idea how to do it.Ĭurrently I am trying 1 example written in python from this link. I am working on capturing image from USB Webcam using mjpg-streamer and its working fine now. In a second terminal on your Raspberry Pi run: ls -l /mnt/gdrive.
