Skip to content

VLCGoogleDriveTableViewController: Migrate authentication

What has been done:

  • Migration to a more secure Google Drive authentication way using the GoogleSignIn library.
  • No visual changes to the feature.

What is left to be done:

  • The application needs to be registered into the Google Cloud platform (https://console.cloud.google.com/).
  • Grant the Google Drive API access to the application in order to be able to perform the API calls properly.
  • Retrieve the CLIENT_ID and REVERSED_CLIENT_ID keys replace them into the project.

Closes #1351 (closed)

Edited by Diogo Simao Marques

Merge request reports