Creates a new note file and uploads it to the server.
The Hiyve client instance
Options for creating the note
The created file ID and file data
const { fileId, fileData } = await createNoteFile(client, { name: 'Meeting Notes', ownerId: userId,}); Copy
const { fileId, fileData } = await createNoteFile(client, { name: 'Meeting Notes', ownerId: userId,});
Creates a new note file and uploads it to the server.