Skip to content

Upload and download files to Google Drive by using Quasar v1 and NodeJS API.

Notifications You must be signed in to change notification settings

lucianopereira86/Quasar-NodeJS-Google-Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

titulo

Quasar-NodeJS-Google-Drive

Upload and download files to Google Drive by using Quasar v1 and NodeJS API.

Technologies:

  • Quasar v1
  • Vuex
  • Axios
  • NodeJS Express
  • Google APIs
  • OAuth2

To run this project

To be able to connect with Google Drive, the NodeJS API must have a credentials file with all the permissions needed by your account.

Google API

  • Acess this link and click on "ENABLE THE DRIVE API":

node01

  • If this window appears, give a name to your project, agree with the terms and services and click on "NEXT":

node02

  • Note the Cliend ID and Client Secret for your own knowledge and then click on "DOWNLOAD CLIENT CONFIGURATION" to download the "credentials.json" file:

node03

NodeJS API

  • Put the "credentials.json" file inside the "node" folder:

node03_2

  • Open the terminal and download the packages:
	npm install
  • Run the server:
	node .
  • Copy the long URL displayed on the terminal:

node04

  • Paste it on a browser tab and access the google account page:

node05

  • If a warning screen appears, click on these links to proceed:

node06

node07

  • Give all the permissions needed by the Quickstart app to your Google Drive account.

node08

  • Confirm all the permissions again:

node09

  • Finally, copy the code and paste it on the terminal:

node10

node11

  • The "token.json" file will be created inside the "node" folder:

node12

  • Stop the server and run it again. The last 10 files uploaded to your Google Drive will be listed, showing that the connection is working correctly:

node13

Quasar App

  • Open the terminal inside the "quasar" folder and download the packages:
	npm install
  • Run the app:
	quasar dev
  • At the main screen, press the "Upload File" button:

quasar01

  • Choose a file from your computer and press on "Upload" button:

quasar02

  • If a positive message has appeared, go back to the main screen and click on "List Files" button. Your file should be on the top of the list. It only shows the last 10 uploaded files.

quasar03

  • If you click on any file, you will be able to download it.

quasar04

About

Upload and download files to Google Drive by using Quasar v1 and NodeJS API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages