FAQ & Troubleshooting
Answers to common questions about actionable errors, permissions, and CORS.
Overview
DriveLoader features Actionable Errors. Every error log specifies What Happened, Why It Happened, and How To Fix It.
Code Example
faq.tsx
| 1 | // Actionable Error Example |
| 2 | // [DriveLoader: Private File] What happened: Asset is private. |
| 3 | // • Why it happened: Google Drive requires public permission. |
| 4 | // • How to fix it: Change to "Anyone with the link can view". |
Common Mistakes
- ×Testing with files owned by a Workspace Domain that restricts external public sharing.
