Open dscpsyl opened 1 year ago
While this issue is being worked on, user can manually create a docs version of the meeting minutes and use this line to update the db sqlite.updateItem("reqNo", "{number}", "mnId", "{newmnID}", "requests", conn)
. In the future, a CLI for more db edits will be in place
We can use the drive api to copy the uploaded docx file to a google doc mime type and then delete the uploaded file and save the fileID of the new file
Because we downloaded the meeting minutes in
newEntry
, highlighted it, and uploaded it again as a docx. It will not export as Google only support pdf exports of docs files. We might have to convert it to a docs file innewEntry
before storing the file ID to fix this.