credentials working

This commit is contained in:
Sajal Sharma
2017-10-06 22:13:12 -07:00
parent 63ed75eee4
commit 5fddba148c
+1 -1
View File
@@ -15,7 +15,7 @@
<script type="text/javascript"> <script type="text/javascript">
// Client ID and API key from the Developer Console // Client ID and API key from the Developer Console
var CLIENT_ID = '<YOUR_CLIENT_ID>'; var CLIENT_ID = '282164278400-fibsdnpmvl7hnhu0v837mql3f5u0b8lu.apps.googleusercontent.com';
// Array of API discovery doc URLs for APIs used by the quickstart // Array of API discovery doc URLs for APIs used by the quickstart
var DISCOVERY_DOCS = ["https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest"]; var DISCOVERY_DOCS = ["https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest"];