Skip to content

Commit 01b32b4

Browse files
committed
Link to Node.js example script
1 parent efe39b2 commit 01b32b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

file_operations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ paths:
153153
> 1. [Generate an upload link](/reference/getuploadlink).
154154
> 2. Upload the file to the base as an attachment. (this article)
155155
> 3. [Update a row](/reference/updaterow) and attach the file/the image to a file or image column.
156+
>
157+
> The [SeaTable Developer Manual](https://developer.seatable.com/clients/javascript/examples/file-upload/) includes a Node.js script that showcases the necessary API calls.
156158
157159
> 📘 Different variable names
158160
>

intro/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ Next you have all the information to [update a row](https://api.seatable.com/ref
202202

203203
### Upload a file to a file column
204204

205+
Note: The [SeaTable Developer Manual](https://developer.seatable.com/clients/javascript/examples/file-upload/) includes a Node.js script that showcases the necessary API calls.
206+
205207
#### Step 0: Prerequisites
206208

207209
I assume that you already have a base with a table in which a file column exists. In addition I assume that you know how to generate a [Base-Token](https://api.seatable.com/reference/getbasetokenwithapitoken) from an API-Token. If not, check out the first example.

0 commit comments

Comments
 (0)