Picker ignores the fact that config.mimeTypes = [FSMimeTypeTextPlain, FSMimeTypeApplicationPDF, FSMimeTypeApplicationDOCX, FSMimeTypeApplicationDOC] and still allows the uploading of Images/Videos from the Device/Albums.
Edit:
I was assuming Local would be disabled if no Image/VideoMIMEType was detected. Appears this is not the case.
As a resolution, I have set the FSConfig.sources manually.
Picker ignores the fact that
config.mimeTypes = [FSMimeTypeTextPlain, FSMimeTypeApplicationPDF, FSMimeTypeApplicationDOCX, FSMimeTypeApplicationDOC]
and still allows the uploading of Images/Videos from the Device/Albums.Edit: I was assuming
Local
would be disabled if noImage/Video
MIMEType
was detected. Appears this is not the case.As a resolution, I have set the
FSConfig.sources
manually.