Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keys.js Missing #1

Open
hacKarim opened this issue Oct 22, 2013 · 1 comment
Open

Keys.js Missing #1

hacKarim opened this issue Oct 22, 2013 · 1 comment

Comments

@hacKarim
Copy link

Hi,
this is the print on my debugger
[ERROR] : Script Error Could not find the file keys.js
[ERROR] : Script Error {
[ERROR] : backtrace = "#0 () at :0";
[ERROR] : line = 54;
[ERROR] : message = "Can't find variable: GoogleAPI";
...

I'm guessing keys.js should contain at the googleAPI variable. But i can't find an example on how to do so...

@rcarlsen
Copy link
Owner

It seems that I omitted the template file for keys.js.
Make a file with that name in the Resources dir, containing the following:

// this file contains keys for third-party services and APIs
// it should *never* be committed to the repo
var GoogleAPI = {
    clientId : '<your client id>',
    clientSecret : '<your client secret>',
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants