summaryrefslogtreecommitdiff
path: root/scripts/audio_tuning/frontend/setup_credential.js
blob: 524b9586264a8e8e61d1ea6363c1dfc47d39a1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2015 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Before deploying the project to the website, developer must
 * 1. Enable Google drive API in Google Developers Console.
 * 2. Set "JavaScript origins" and "Referers" in credential page.
 * 3. Fill in <API_KEY> and <CLIENT_ID> below from credential page. */
document.write('<script src="https://www.google.com/jsapi?key=<API_KEY>" type="text/javascript"></script>');
CLIENT_ID = '<CLIENT_ID>';