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
Not sure if this is the intended behavior of MFTTransferService.resourceMetada method, please let me know if it is.
When I send a request to get the resource meta-data for a particular directory, I'd expect to get the resourcePath and/or friendlyName of that directory in the response as well.
But here, the resourcePath and friendlyName both are empty strings.
I needed this data to maintain a tree structure for the folders which the user has visited inside the airavata mft local user interface. It will also be helpful to cache it and prevent redundant requests when the user clicks on a folder, goes back to the parent folder and then clicks on the same folder again within a few seconds.
One more example -
The text was updated successfully, but these errors were encountered:
Not sure if this is the intended behavior of
MFTTransferService.resourceMetada
method, please let me know if it is.When I send a request to get the resource meta-data for a particular directory, I'd expect to get the resourcePath and/or friendlyName of that directory in the response as well.
But here, the resourcePath and friendlyName both are empty strings.
I needed this data to maintain a tree structure for the folders which the user has visited inside the airavata mft local user interface. It will also be helpful to cache it and prevent redundant requests when the user clicks on a folder, goes back to the parent folder and then clicks on the same folder again within a few seconds.
One more example -
The text was updated successfully, but these errors were encountered: