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
hs.getResourceFileList does not return information on empty folders. This causes issues when you try to make a new folder with that same name because the user doesn't know that it doesn't exist. To reproduce, add an empty folder to a HydroShare resource. resource_files = hs.getResourceFileList(resource_id)
The text was updated successfully, but these errors were encountered:
hs.getResourceFileList
does not return information on empty folders. This causes issues when you try to make a new folder with that same name because the user doesn't know that it doesn't exist. To reproduce, add an empty folder to a HydroShare resource.resource_files = hs.getResourceFileList(resource_id)
The text was updated successfully, but these errors were encountered: