Google Drive Key

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 https://console.developers.google.com/

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';

Last updated