I’ve read this post: Drag & Drop from local file onto UXP is supported? - UXP Developer Tool - Adobe Creative Cloud Developer Forums
And set my manfiest up like this:
“requiredPermissions”: {
"localFileSystem": "fullAccess",
"clipboard": "readAndWrite",
"webview": {
"allow": "yes",
"domains": "all",
"enableMessageBridge": "localAndRemote",
"allowLocalRendering": "yes"
}
},
items, types, uxpEntries are zero-length collections. A property called “uxpItemCount” is “1”. I’ve already gotten file selection working via a button in the view, however drag and drop would be good to have since everything else in Premiere is drag and drop.