This document will provide basic information to use this repository.
- If you already have google account login to it or create a new Google accuont. sign up.
- Then login to the Google Developers Console and create a Google API Project.
- Generate Client ID and Secret Key
Download the project and copy in the the server folder. Then set the following settings in the config.php in the config folder.
// Google API configuration
define('GOOGLE_CLIENT_ID', '< YOUR APP CLIENT ID >');
define('GOOGLE_CLIENT_SECRET', '< YOUR APP SECRET KEY >');
define('GOOGLE_OAUTH_SCOPE', 'https://www.googleapis.com/auth/drive');
define('REDIRECT_URI', '< YOUR REDIRECT URI >'); Then you can run the project.