> @@ -52,35 +60,55 @@ > /** > * To get a service account and its private key see [TODO: write some > * documentation on the website and put a link to it] > - * > - * The first argument (args[0]) must be your service account email address > - * The second argument (args[1]) must a path to your service account > - * private key PEM file (without a password). > + * > + * The first argument (args[0]) is your service account email address > + * (https://developers.google.com/console/help/new/#serviceaccounts). > + * The second argument (args[1]) is a path to your service account > private key PEM file without a password > + * (https://developers.google.com/console/help/new/#serviceaccounts).
I made multiple attempts to make it work, and I only succeeded with this one. But I would be happy to make the example simpler if I knew how to do it. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/59/files#r16103563
