Flippd Creator

Checking Access...

Verifying your account permissions.

ror) { alert('Could not delete: ' + error.message); loadManageList(); return; } const files = []; if (pdfPath) files.push(pdfPath); if (coverPath) files.push(coverPath); if (files.length) { await supabaseClient.storage.from('books').remove(files); } loadManageList(); }