Google Sheets
Met deze module kunt u de integratie met Google Sheets aanpassen.
Bedrijfsprocessen
- Google Sheets: Remove sheet
- Google Sheets: Clear sheet
- Google Sheets: Create sheet
- Google Sheets: Create spreadsheet
- Google Sheets: Delete rows and columns from sheet
Instellingen
ParameterVooraf ingesteldBeschrijvingCredentials bestand-Pad naar credentials.json-bestand geleverd door Google Cloud Platform
Google Drive
De module biedt integratie met Google Drive
ParameterStandaardBeschrijvingOAuth2 Client ID-Verstrekt door de Google API Console.OAuth2-cliëntgeheim-Verstrekt door de Google API Console.
Gegevensmodel
Google Drive Element- virtueel model dat bestanden en mappen opslaat.
Fields:
- id(string) - id van bestand of map;
- Titel(string) - naam van bestand of map.
Google Drive: Create Folder
Invoer
- title(string) - naam van de map.
Uitvoer
- folder_id (string) - id van de aangemaakte map.
Google Drive: Delete folder
Invoer
- folder_id(string) - id van map.
Google Drive: List files and folders
Uitvoer
- files(array model) - lijst van bestanden;
- folders (array model) - lijst van mappen
Google Drive: Download file
Invoer
- file_id(string) - id van bestand.
Uitvoer
- data(file) - gedownload bestand
Google Drive: Copy file
Invoer
- file_id(string) - id van bestand.
Uitvoer
- new_file_id(string) - id van nieuw bestand.
Google Drive: Share file
Invoer
- file_id(string) - id van bestand;
- emails(array email) - emails om te delen.
Google Drive: Update file
Ingang
- folder_id (string) - id van map;
- data(file) - bijgewerkt bestand;
- title(string) - naam van bestand;
- file_id(string) - id van bestand.
Google Drive: Delete file
Ingang
- file_id(string) - id van bestand.
Google Drive: Share folder
Input
- emails(array email) - e-mails om te delen;
- folder_id(string) - id van map.