MyGit

v1.4.1

teableio/teable

版本发布时间: 2024-09-12 11:53:13

teableio/teable最新发布版本:v1.5.0(2024-10-25 14:07:27)

Highlight 🎉

Trash

You can restore space, base, and table from trash now! image image image

Drag and drop attachments to reorder

Community contributions from @zholadev ❤️

https://github.com/user-attachments/assets/84d945cf-528d-4349-81d5-c3de9772c347

Upload attachment into cell

Upload via file

curl -X POST 'https://app.teable.io/table/__tableId__/record/__recordId__/__fieldId__/uploadAttachment' \
  -H 'Authorization: Bearer __token__' \
  -H 'Content-Type: multipart/form-data' \
  -F 'file=@/path/to/your/file.jpg'

Upload via URL

curl -X POST 'https://app.teable.io/table/__tableId__/record/__recordId__/__fieldId__/uploadAttachment' \
  -H 'Authorization: Bearer __token__' \
  -H 'Content-Type: multipart/form-data' \
  -F 'fileUrl=https://example.com/image.jpg'

Response Updated Record

{
    "id": "rec123456789ABCDE",
    "fields": {
      "fld123456789ABCDE": [
        {
          "id": "act75TiSyhcS7hfrizW",
          "name": "example.jpg",
          "path": "table/example",
          "size": 392903,
          "token": "tokenxxxxx",
          "width": 976,
          "height": 1000,
          "mimetype": "image/jpeg",
          "presignedUrl": "https://sss.teable.io/pvt-assets/table/previewURL"
        }
      ],
    }
}

What's Changed

New Contributors

Full Changelog: https://github.com/teableio/teable/compare/v1.4.0...v1.4.1

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-09-12发行的版本