Kuo W.

Results 2 comments of Kuo W.

A workaround is to define api key like this in data/resource.ts: ``` export const data = defineData({ schema, authorizationModes: { defaultAuthorizationMode: "userPool", apiKeyAuthorizationMode: { expiresInDays: 30, } }, }); ```...

Update - a workaround is to use another package such as spreadsheet_decoder in case of excel package errors. I can decode the excel sheet normally with the other package, extract...