larksuite / node-sdk

larksuite open sdk for nodejs
MIT License
139 stars 29 forks source link

client.im.file.create上传类型为stream时报错 #96

Closed ifuner closed 1 month ago

ifuner commented 2 months ago

image

ifuner commented 2 months ago

  const result = await client.im.file.create({
      data: {
       file_type: 'stream',
      file: fs.readFileSync(path.join(process.cwd(), 'package.json')),
      file_name: 'package.json ',
      }
    });
mazhe-nerd commented 2 months ago

Duplicate of: https://github.com/larksuite/node-sdk/issues/39