you need to set up Google Cloud credentials and provide the correct path to the service-account.json file.

Here’s how to properly configure the script:


Step 1: Set Up Google Cloud Credentials

  1. Create a Google Cloud Project:
  2. Enable the Google Drive API:
  3. Create a Service Account:
  4. Generate and Download the Credentials:
  5. Share the CNC Folder with the Service Account:

Step 2: Update the Script

Place the service-account.json file in the same directory as the script, or update the SERVICE_ACCOUNT_FILE variable to point to the correct path.

For example:

SERVICE_ACCOUNT_FILE = '/path/to/service-account.json'


Step 3: Install Required Dependencies

Make sure you have the required Python libraries installed:

pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client pycryptodome stegano colorama inquirer pyfiglet


Step 4: Run the Script