Upload hidden files to Google Drive.
mansoormemon opened this issue · 2 comments
mansoormemon commented
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.
odeke-em commented
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
- Pulling https://github.com/odeke-em/drive#pulling
- Pushing https://github.com/odeke-em/drive#pushing
- .driverc (general settings) https://github.com/odeke-em/drive#configuring-general-settings
mansoormemon commented
Thanks!