You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I should add is that the above is the nativescript ui-document-picker. Using the nativescript-image picker if I create an image and store it in my app's directory the above works fine with the following url.
Error: An unknown error occurred, please check the HTTP result code and inner exception for server response.
const file = File.fromPath(files.files[0], true);
gives me
"_path": "/storage/emulated/0/Download/877981_QSG_SSB600-SOUNDBAR_ml.pdf",
"_name": "877981_QSG_SSB600-SOUNDBAR_ml.pdf",
"_extension": ".pdf"
Upload
Any ideas?
The text was updated successfully, but these errors were encountered: