Refactor the generation of the Markdown and the storage of the files on Google Drive so that the data is never transmitted to the frontend (generate the markdown on the server and make the file storage calls from there).
Bonus points
[ ] Storing each report before continuing on to gathering data for the next one
[ ] Move the selected report IDs from query parameters to the body of the request
Refactor the generation of the Markdown and the storage of the files on Google Drive so that the data is never transmitted to the frontend (generate the markdown on the server and make the file storage calls from there).
Bonus points