diff --git a/interfaces/common/src/sandbox_helper.cpp b/interfaces/common/src/sandbox_helper.cpp index 5354e2eb5f3262d10085a189cea62047ff1fd840..f40277984da1553f623ce034d60173895137070e 100644 --- a/interfaces/common/src/sandbox_helper.cpp +++ b/interfaces/common/src/sandbox_helper.cpp @@ -36,7 +36,7 @@ namespace { const string MOUNT_PATH_MAP_KEY = "mount-path-map"; const string SANDBOX_JSON_FILE_PATH = "/etc/app_file_service/file_share_sandbox.json"; const std::string SHAER_PATH_HEAD = "/mnt/hmdfs/"; - const std::string SHAER_PATH_MID = "/account/merge_view/files/"; + const std::string SHAER_PATH_MID = "/account/cloud_merge_view/files/"; const string BACKFLASH = "/"; const string MEDIA = "media"; const int ASSET_IN_BUCKET_NUM_MAX = 1000;