Hi,
I'm having problems with Google sync configuration. I've read the instructions and as far as I understand everything has been done properly but I just can't figure out the right strings to put into config.php
I created a project and OAuth keys as instructed and got a json file with the following content (edited slightly for this post):
{"web":
"project_id":"ea-test-1315",
"client_secret":"_CHANGED_",
In config.php:
// ------------------------------------------------------------------------
// Google Calendar Sync
// ------------------------------------------------------------------------
const GOOGLE_SYNC_FEATURE = TRUE; // Enter TRUE or FALSE
const GOOGLE_PRODUCT_NAME = 'ea-test-1315';
const GOOGLE_CLIENT_SECRET = '_CHANGED_';
const GOOGLE_API_KEY = '';
}
What should I put into GOOGLE_API_KEY?
/r