mohamednagy / Google-Drive-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Exmaple

integration with google drive to list user's files using google/apiclient v3

You have to create a google console project to be able to use the service chek link and follow the instructions

copy the tokens json file that you will get from the google app interface to the project root and rename it to gd_client_secret.json
from the google app interface set the redirect uri to http://localhost:8000 and the callback to http://localhost:8000/callback

Install

clone the repo

$ git clone https://github.com/mohamednagy/Google-Drive-Example.git

install the dependancies

$ composer install

then

$cp .env.example .env

from the .env file set DB_DATABASE, DB_USERNAME and DB_PASSWORD

after configuring the database connection, run the migrations

$ php artisan migrate

then generate the app key

$ php artisan key:generate

finally
$ php artisan serve

and now, you can access the application by http://localhost:8000

About


Languages

Language:PHP 79.4%Language:HTML 20.0%Language:Vue 0.6%