This is the command s3ql_oauth_client that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
s3ql_oauth_client - Obtain Google Storage OAuth2 tokens
SYNOPSIS
s3ql_oauth_client [options]
DESCRIPTION
S3QL is a file system for online data storage. Before using S3QL, make sure to consult the
full documentation (rather than just the man pages which only briefly document the
available userspace commands).
The s3ql_oauth_client command may be used to obtain OAuth2 authentication tokens for use
with Google Storage. It requests "user code" from Google which has to be pasted into the
browser to complete the authentication process interactively. Once authentication in the
browser has been completed, s3ql_oauth_client displays the OAuth2 refresh token.
When combined with the special username oauth2, the refresh token can be used as a backend
passphrase when using the Google Storage S3QL backend.
OPTIONS
The s3ql_oauth_client command accepts the following options:
--debug-modules <modules>
Activate debugging output from specified modules (use commas to separate
multiple modules). Debug messages will be written to the target specified by the
--log option.
--debug
Activate debugging output from all S3QL modules. Debug messages will be written
to the target specified by the --log option.
--quiet
be really quiet
--version
just print program version and exit
EXIT CODES
s3ql_oauth_client may terminate with the following exit codes:
0 Everything went well.
1 An unexpected error occured. This may indicate a bug in the program.
2 Invalid command line argument.
Use s3ql_oauth_client online using onworks.net services