Overview
For Pixela to upload files to Google Drive, you need two parts working together:
- a Google-side destination built with Google Drive + Google Apps Script
- 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
- Open Google Drive.
- Create a new folder.
- Give it a clear name, for example:
Pixela Uploads
- Open that folder.
- 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
-
Open Google Apps Script.