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.
I rectified the gist to fix typescript error, remove useless packages and update packages. I tried the new version, and it is now working.