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
I'm trying to write a local file to a FileType object in my AddressSpace, but it always returns a BadNotImplemented error.
I also tried using the create file method to create the file object with a local file loaded, but without success.
Below is the code I used to create the objects. Does anyone know what it needs to write a local file to a FileType object and/or load a file via the Create File method?
We have to check the effort for this feature but based on your example we are not sure if that is done correct. Seems you add a FileState to a method but FileState itself needs the implementation of several methods like Open, Close, Read which seems not to be done in this example. See also FileType.
Type of Issue
Current Behavior
Hello,
I'm trying to write a local file to a FileType object in my AddressSpace, but it always returns a BadNotImplemented error.
I also tried using the create file method to create the file object with a local file loaded, but without success.
Below is the code I used to create the objects. Does anyone know what it needs to write a local file to a FileType object and/or load a file via the Create File method?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: