Hi,
The problem experienced has to do with the version of the FilePlugin.
To resolve the issue you are experiencing perform the following steps:
- Open the FilePlugin module in service studio
- Select the module name (FilePlugin) in the right pane.
- In the properties, change the Extensibility Configurations property to the following:
{
"plugin": {
"url": "https://github.com/apache/cordova-plugin-file.git#4.3.3"
}
}
You should now be able to regenerate the applications using the file transfer plugin.
I have uploaded the module with the fix included if you would just like to publish it.
Kind Regards,
Jonathan