Aditya-2407-GOriginal post
Apple Developer
I wanted my react native application to upload a pdf file to the Appwrite Bucket but when I use the document picker I face an error : "file should be of type File".
When I change the type to File document picker gives an error that it wants the file to be of type DocumentpickerResponse
Summary
Developers are encountering an error uploading a pdf file from React Native document picker to the Appwrite Bucket. The issue arises because the document picker requires the file to be of type DocumentpickerResponse instead of File.