This account is not set to public on notestock.
This account is not set to public on notestock.
AndroidでOneDrive経由でPC→スマホに転送した音楽が,勝手に消える謎現象が前々からあったんだけど・・・これAndroid側の仕様だったのか
というかユーザーがダウンロードしたファイルを「古い」って理由だけで,勝手に1週間後に削除するとかなんでそんな要らない実装をしたの・・・
https://stackoverflow.com/questions/46501822/downloaded-files-get-deleted-automatically
I also came across this issue. Looking at the source forDownloadIdleService
it appears that if the download are set to not be visible in the UI they're deleted after 7 days as they're considered "stale". Here's the javadoc fromDownloadIdleService
:
/**
* Remove stale downloads that third-party apps probably forgot about. We
* only consider non-visible downloads that haven't been touched in over a
* week.
*/
OSのダウンロードマネージャーを使用してサードパーティーから落としたファイルは,Downloads
フォルダ以外の場所に直接保存した場合,「古い」ファイルから自動的に削除される.
これを防ぐには一度ダウンロードフォルダに入れてから,別場所に移動するかダウンロード後にファイル名を変更すると良いらしい.
(Googleに翻訳されたものを見た上での個人的な解釈なので,勘違いしてるかも)
RE: https://misskey.io/notes/9dv8ibws5b
AndroidでOneDrive経由でPC→スマホに転送した音楽が,勝手に消える謎現象が前々からあったんだけど・・・これAndroid側の仕様だったのか
というかユーザーがダウンロードしたファイルを「古い」って理由だけで,勝手に1週間後に削除するとかなんでそんな要らない実装をしたの・・・
https://stackoverflow.com/questions/46501822/downloaded-files-get-deleted-automaticallyI also came across this issue. Looking at the source forDownloadIdleService
it appears that if the download are set to not be visible in the UI they're deleted after 7 days as they're considered "stale". Here's the javadoc fromDownloadIdleService
:/** * Remove stale downloads that third-party apps probably forgot about. We * only consider non-visible downloads that haven't been touched in over a * week. */
Downloaded files get deleted automatically
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.