1/* Copyright 2015 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6/* Before deploying the project to the website, developer must
7 * 1. Enable Google drive API in Google Developers Console.
8 * 2. Set "JavaScript origins" and "Referers" in credential page.
9 * 3. Fill in <API_KEY> and <CLIENT_ID> below from credential page. */
10document.write('<script src="https://www.google.com/jsapi?key=<API_KEY>" type="text/javascript"></script>');
11CLIENT_ID = '<CLIENT_ID>';
12