export async function syncCloudDrive() { const err = new Error("cloud_drive_sync_not_configured"); err.statusCode = 501; throw err; }