App to mount cloud drives in linux
|
7 years ago | |
---|---|---|
internal | 7 years ago | |
test | 7 years ago | |
vendor | 7 years ago | |
README.md | 7 years ago | |
SPEC.md | 7 years ago | |
flags.go | 7 years ago | |
main.go | 7 years ago | |
version.go | 7 years ago |
Linux util to Mount cloud drives
Usage:
$ go get dev.hexasoftware.com/hxs/cloudmount
$ cloudmount MOUNTPOINT
Support for:
07-05-2017
Setup Google client secrets:
https://console.developers.google.com/apis/credentials
As of Google drive guidance:
Turn on the Drive API
- Use this wizard to create or select a project in the Google Developers Console and automatically turn on the API. Click Continue, then Go to credentials.
- On the Add credentials to your project page, click the Cancel button.
- At the top of the page, select the OAuth consent screen tab. Select an Email address, enter a Product name if not already set, and click the Save button.
- Select the Credentials tab, click the Create credentials button and select OAuth client ID.
- Select the application type Other, enter the name "Drive API Quickstart", and click the Create button.
- Click OK to dismiss the resulting dialog.
- Click the file_download (Download JSON) button to the right of the client ID.
Copy the downloaded JSON file to home directory as:
$HOME/.gdrivemount/client_secret.json
Signal | Action | ex |
---|---|---|
USR1 | Refreshes directory tree from google drive | killall -USR1 gdrivemount |
HUP | Perform a GC and shows memory usage Works when its not running in daemon mode | killall -HUP gdrivemount |
####TODO:
TODO: