to use:
npm install
then
npm run start -- baseURL token project_id table_id pathToImage
where
baseURL
is the name of your nocodb server. ex: https://myNocodbServer.comtoken
obtained fromcopy auth Token
upper right buttonproject_id
your project id (find it in swagger)table_id
your table id (find it in swagger)pathToImage
path of the image to upload
You need to modify the code for the row upload (line 57-58 of index.ts: PicColumn: pic
).
Note: Use it at your own risk.
Hey - I get a ts compile error but don't know any ts and can't debug. This is my log:
Cheers