mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:35:24 +02:00
The proxy was calling getAccessToken() but discarding the result, then downloading via the public sharing link which is CDN-cached. Updated data in Dropbox could take minutes/hours to propagate through the CDN, causing all fields in the Matrix view to show stale values. Now attempts download via /2/sharing/get_shared_link_file with Bearer auth (no CDN cache), falling back to the sharing link if credentials are not configured. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>