@@ -203,7 +203,7 @@ def get_resource_storage_info(resource_id):
resource_query = """
MATCH (n:data_resource)
WHERE id(n) = $resource_id
- RETURN n.location as storage_location,
+ RETURN n.storage_location as storage_location,
n.name as cn_name,
n.en_name as en_name
"""