eClass LMS Mobile App
  • Documentation
  • introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
    • Requirements to Publish App
  • app setup
    • App Code Setup
    • iOS Setup Instructions
    • Firebase, Facebook & Google
    • Google Drive Key
    • ZOOM Setup
    • Facebook Audience Network
  • faq's
    • FAQ
    • eClass App Error Solution
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • UPDATE DETAILS
    • Changelogs
  • Source & credit
    • Source & Credit
    • Support
    • Conclusion
  • Our Products
    • Our Products
Powered by GitBook
On this page

Was this helpful?

  1. app setup

Google Drive Key

PreviousFirebase, Facebook & GoogleNextZOOM Setup

Last updated 10 months ago

Was this helpful?

A Google Drive key is a unique string of characters that is used to grant access to a specific Google Drive file or folder. When you share a file or folder on Google Drive, you can provide a key to specific individuals, allowing them to access the shared content without the need for a Google account or a specific link.

1. Go to

2. Then go to library, select google drive

3. Enable google drive

4. Click on create credentials, then select API key

5. Copy that key and use it in the app code at the path

Go to Project directory\lib\common\apidata.dart

static const String googleDriveApi = 'ENTER YOUR GOOGLE DRIVE KEY';
https://console.developers.google.com/