Difference between revisions of "GoogleDrive"

Line 4: Line 4:
  
 
== Limitations ==
 
== Limitations ==
* TCAdmin can only read files created by the Google app configured by the administrator.
+
* TCAdmin can only restore files created by the your control panel. It can't read other files in the client's Google Drive.
* TCAdmin cannot read files created by other TCAdmin installations or files that already exist in the user's Google Drive.
 
  
 
== Get your API key, client id and client secret ==
 
== Get your API key, client id and client secret ==

Revision as of 02:49, 4 July 2020

Requirements

  • Your control panel must be accessible using a domain or subdomain. Direct IP access is not supported.
  • If you don't have a domain you can do a reverse DNS lookup on your IP and use that hostname (if it has one). https://www.whatismyip.com/reverse-dns-lookup/

Limitations

  • TCAdmin can only restore files created by the your control panel. It can't read other files in the client's Google Drive.

Get your API key, client id and client secret

  • Go to https://developers.google.com/drive/api/v3/quickstart/js You only need to follow step 1. You do not need to install Python 2.4.
    • Click on "Enable the Drive API". This will give you the client id and client secret.
    • Click on "Create API key". This will give you the API key.
  • Log in to your control panel. Go to System > Settings > Google Drive.
    • Enter the client id, client secret and API key.
    • Enable it.
    • Click on games and select the games that have access to this feature.

Configure the consent screen

  • Log in to with your Google account at https://console.cloud.google.com/
  • On the menu with the 3 bars on the upper left corner select API & Services > Oath consent screen
  • Select EDIT APP next to Quickstart
  • Change the application name to something more suitable for your company/domain
  • DO NOT upload an application logo. If you do this it will require extra verification steps.
  • Click on Add scope and add Google Drive API ../auth/drive.file. Do not add any other scopes.
  • Under Authorized domains enter your primary domain (not a sub domain)
  • Under Application Homepage link enter your control panel url.
  • Under Application Privacy Policy link enter the link to your privacy policy. If you don't have one enter the control panel url.
  • Click on Save.

Whitelist your domain

  • Log in to with your Google account at https://console.cloud.google.com/
  • On the menu with the 3 bars on the upper left corner select API & Services > Credentials
  • Click on OAuth client
  • Under Authorized JavaScript origins add your control panel's domain and save. You can also add http://localhost:8880 for development (ip will not work).
  • This may take up to 10 minutes to take effect.
  • After this has been applied your clients will be able to log in to Google Drive from the file manager and backup/restore files.
Retrieved from "https://help.tcadmin.com/index.php?title=GoogleDrive&oldid=2210"