{Error Domain=PHPhotosErrorDomain Code=3305 "(null)"}

When I used

BOOL compatible = UIVideoAtPathIsCompatibleWithSavedPhotosAlbum([pathUrl path]); if (compatible) { UISaveVideoAtPathToSavedPhotosAlbum([pathUrl path], self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil); }

to save video,but here is some error.

My phone has 33.72GB available and the video is only 4.2GB in size.

What should i do?

ps: I try to use [PHPhotoLibrary sharedPhotoLibrary] performChanges to save, but i got the same error. error code -3305.

I meet the same error,user has 220GB remained storage, but can't save a 10GB mp4 file to photos.

Error code 3305 mean disk full,I meet the same error with enough storage space. may be can not save big video to photos?

{Error Domain=PHPhotosErrorDomain Code=3305 "(null)"}
 
 
Q