Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.38 KB

Software Updater

1. Software Updater - Admin

This is the admin side of the software, where the user has the ability to upload new updates and patches to google drive. Project URL


Instructions

  1. Create a google cloud console project.
  2. Setup 0Auth.
  3. Create Credentials (Choose Desktop Application While Setting Credentials).
  4. Download the .json file, rename it to 'credentials.json' and place it inside the application directory.
  5. Build or Run the project (First, choose option 2 and authenticate with drive).

2. Software Updater - Client

This is the client side of the software, where the user can only download new updates and patches from google drive. Project URL


Instructions

  1. Instructions for creating the credential file is as before mentioned in the admin side.
  2. Download the .json file AGAIN!, rename it to 'credentials.json' and place it inside the application directory (Remember to use a new credentials file because, permissions are different in the client side - only read permission is given to the client).
  3. Build or Run the project (First, choose option 2 and authenticate with drive).

Note:- When Authorizing, please copy and paste the authorization token from the URL if it says 'localhost refused to connect'.