Skip to content

Commit

Permalink
1647 - docs - generated
Browse files Browse the repository at this point in the history
  • Loading branch information
monikakuster authored and ivicac committed Nov 29, 2024
1 parent e732a52 commit 223833a
Showing 1 changed file with 37 additions and 6 deletions.
43 changes: 37 additions & 6 deletions docs/src/content/docs/reference/components/google-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Creates a new empty folder in Google Drive.

___Sample Output:___

```{name=new-file.txt, mimeType=plain/text, id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr}```
```{id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr, name=new-file.txt, mimeType=plain/text}```



Expand Down Expand Up @@ -196,7 +196,7 @@ Creates a new text file in Google Drive.

___Sample Output:___

```{name=new-file.txt, mimeType=plain/text, id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr}```
```{id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr, name=new-file.txt, mimeType=plain/text}```



Expand Down Expand Up @@ -228,14 +228,14 @@ Delete a selected file from Google Drive.



### Read File
Read a selected file from Google Drive file.
### Download File
Download selected file from Google Drive.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| File | STRING | SELECT | The id of a file to read. |
| File | STRING | SELECT | File to download. |


### Output
Expand All @@ -259,6 +259,37 @@ Type: FILE_ENTRY



### Get File
Retrieve a specified file from your Google Drive.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| File | STRING | SELECT | File to be retrieved. |


### Output



Type: OBJECT


#### Properties

| Type | Control Type |
|:------------:|:--------------------:|
| STRING | TEXT |
| STRING | TEXT |
| STRING | TEXT |
| STRING | TEXT |






### Upload File
Uploads a file in your Google Drive.

Expand All @@ -275,7 +306,7 @@ Uploads a file in your Google Drive.

___Sample Output:___

```{name=new-file.txt, mimeType=plain/text, id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr}```
```{id=1hPJ7kjhStTX90amAWSJ-V0K1-nhDlsIr, name=new-file.txt, mimeType=plain/text}```



Expand Down

0 comments on commit 223833a

Please sign in to comment.