Drop file from Finder -> "com.apple.finder.node" identifier?

I'm dropping an image file from Finder into my catalyst application on 10.15.

"Allows move" is set to true on the drag session, but when I inspect the item providers there are no file URLs present to perform a move operation.

I see an item provider with an identifier of type "com.apple.finder.node", but I'm not sure what object I can decode that into.

Are move operations for files into catalyst apps not supported? This works in appkit.
Drop file from Finder -> "com.apple.finder.node" identifier?
 
 
Q