Skip to content

Commit

Permalink
fill in troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Dec 16, 2014
1 parent 29b6b0d commit aeb59b9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}

h2 code {
font-size: .9em;
}

h2, h3 {
color: #4285f4;
}
Expand Down Expand Up @@ -1291,9 +1295,9 @@ h2, h3 {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 240px;
padding-top: 7.7em;
background: none;
font-size: 0.9em;
}

Expand Down
4 changes: 4 additions & 0 deletions docs/site/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ angular
.config(function($routeProvider) {
'use strict';

$routeProvider.otherwise({
redirectTo: '/'
});

$routeProvider.when('/', {
templateUrl: 'site/home.html',
controller: 'HomeCtrl'
Expand Down
12 changes: 11 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Troubleshooting.
## I'm using a key from the Developer's Console, but getting: `Your private key is in an unexpected format and cannot be used. Please try again with another private key.`

There are many types of keys that can be created through the Developer's Console. The one gcloud expects is one for a "Service account".

See "I'm not using Compute Engine. What do I need to do?" from the [FAQ](https://googlecloudplatform.github.io/gcloud-node/#/faq) for detailed steps on how to create and obtain a JSON key.

Reference Issue: [#261](https://github.com/GoogleCloudPlatform/gcloud-node/issues/261)

## I'm using the correct key, but receiving a "Backend Error"

Please see [#294](https://github.com/GoogleCloudPlatform/gcloud-node/issues/294).

0 comments on commit aeb59b9

Please sign in to comment.