DisboxApp / web

Use Discord as a file storage service.
https://disboxapp.github.io/web/
GNU Affero General Public License v3.0
470 stars 87 forks source link

Expiration time for Attachment URLs decreasing from 14 days to 1 day #106

Closed dave9123 closed 4 months ago

dave9123 commented 4 months ago

Based on the message from Discord Developers official server, expiration time for Attachment URLs will be decreasing from 14 days to 1 day.

🔗 Authenticated Attachment URL Parameters Expiration

The expiration time for Attachment URLs will be decreasing from 14 days to 1 day. The rollout will happen gradually on a per-attachment basis, so your app will encounter some attachments with a 1-day expiration, and others with a 14-day expiration.

As noted in previous announcements, you should continue using the ex URL parameter to determine the expiration time for an attachment URL.

DisboxApp commented 4 months ago

Hey, as previously mentioned in #67, this shouldn't be an issue for downloads (as long as they take less than 24 hours) as Disbox doesn't store attachment URLs. This will be a problem for sharing files.

Thanks for sharing the message!