No content to show
User Activity
03-16-2023
I have a custom app that I started w/ the tutorial. I did not touch anything in the webhook handling code, it looks like this in web/index.js: import webhookHandlers from "./webhook-handlers.js";
...
const app = express();
...
app.post(
shopi...
I see I can retrieve a File object that has been uploaded, but how would one read the contents of the file from a custom app, can someone post a code snippet for achieving this?