return ApiC.getJson(`${entity.type}/${entity.id}/${Model.Upload}/${newId}`).then(json => {
              resolve(`app/download.php?f=${json.long_name}&storage=${json.storage}`);
              // save here because using the old real_name will not return anything from the db (status is archived now)
              updateEntityBody();
              reloadElements(['uploadsDiv']);