본문 바로가기
Flutter

[FilePicker 오류] Failed to associate thumbnails for picked URL

by th_bigLight 2021. 7. 29.

Flutter version : 2.2.3(stable)

file_picker version : 3.0.4

 

Flutter에서 file_picker 패키지를 사용하여 파일을 가져올 때, 기능에는 문제가 없는데 신경쓰이는 log가 발생한다.

 

[DocumentManager] Failed to associate thumbnails for picked URL file://파일path.key with the Inbox copy file://파일Path.key: Error Domain=QLThumbnailErrorDomain Code=115 "(null)" UserInfo={NSErrorFailingURLKey=file://파일Path.key}

 

선택된 파일 명과 함께 나와서 파일에 문제가 있나 했지만 결론은 아니었음.

 

스택오버플로우 답변 : 

You can safely ignore this message. When you import a file from iCloud, iOS tries to copy the thumbnail from iCloud to the imported copy, but for JSON files there's no thumbnail to copy and it logs this. This is not an error on your side.

 

파파고 답변 :

 

이 메시지는 무시해도 됩니다. iCloud에서 파일을 가져올 때 iOS는 축소판 그림(썸네일)을 iCloud에서 가져온 복사본으로 복사하려고 하지만 JSON 파일의 경우 복사할 축소판 그림(썸네일)이 없고 이 내용이 기록됩니다. 이건 네 잘못이 아니야.

 

결론 : 무시하면 됨.

 

 

 

출처 : 

https://stackoverflow.com/questions/51793060/icloud-drive-issue-documentmanager-failed-to-associate-thumbnails-for-picked

 

iCloud Drive Issue: "[DocumentManager] Failed to associate thumbnails for picked URL"

I've created a JSON string file from an object containing multiple properties. This is the object: RecipeFile : Codable { var name: String var theRecipeIngredients: [String] var theRecipeSt...

stackoverflow.com

 

'Flutter' 카테고리의 다른 글

M1에서 Firebase 사용시 오류  (4) 2021.08.22
Positioned widget 가운데 놓기  (0) 2021.07.29
Android11 Keyboard 오류  (0) 2021.03.17
Dart 문법 기록(1)  (2) 2021.03.04
Flutter FCM with Android  (0) 2020.11.11

댓글