odeke-em/drive

Upload hidden files to Google Drive.

mansoormemon opened this issue · 2 comments

How can I upload hidden files e.g. .hidden to Google Drive?

I tried the regular push:

$ drive push

It works good but hidden files (beginning with a . period) are not uploaded to Google Drive.

Thank you for this question @mansoorahmedmemon!

It is documented in the README https://github.com/odeke-em/drive how to pull or push hidden files, -hidden is the flag you want

Thanks!