fix: improve dropbox loading resilience and fix dev proxy

This commit is contained in:
Christian Vidal Wolf
2026-04-22 16:09:00 +02:00
parent e7f88c67e6
commit eec500f737
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ export default async function handler(req, res) {
try {
accessToken = await getAccessToken();
} catch (err) {
console.error('Token refresh error:', err);
return res.status(500).json({ error: err.message });
console.warn('Token refresh optional failure (sharing link might still work):', err.message);
}
if (req.method === 'GET' && req.query.info === '1') {