
In index.php: This Page has a link that redirects to Google Drive Login. | - token.json // contains access token and refresh token | - functions.php // user-defined helper functions | - client_secret.json // Contains client secret key | - callback.php // Gets the verification code after successfull login and creates token.json file | - backend.php // Redirects user to Google Drive Login Page | | - downloads // Files downloaded from google drive are stored here | | - // Custom Class performs retriving files/folders, ordering, download files, create and remove permissions | - drive-views // Contains classes and views for listing files and folders Here is your project directory structure.


Featuresīelow is the list of functionalities users can perform. In this post, you’ll learn to integrate Google Drive into your Saas Application, and also you can have any user login into their Google Account and access the information.
