Overview

For Pixela to upload files to Google Drive, you need two parts working together:

  1. a Google-side destination built with Google Drive + Google Apps Script
  2. the upload configuration inside Pixela's web server

Without both parts, upload will not work.

Part 1 - What needs to be created on Google

1. Create a folder on Google Drive

  1. Open Google Drive.
  2. Create a new folder.
  3. Give it a clear name, for example:

Pixela Uploads

  1. Open that folder.
  2. Copy the folder ID from the URL.

Example:

https://drive.google.com/drive/folders/1AbCdEfGhIjKlMnOpQrStUvWxYz

In this example, the folder ID is:

1AbCdEfGhIjKlMnOpQrStUvWxYz

You will use that ID inside the Google script.

2. Create a Google Apps Script project

  1. Open Google Apps Script.