diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index a0a4acf4493..872842ee26e 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -120,6 +120,7 @@ ls -a echo "${GREEN}==> Unzipped downloaded Identity Server zip${RESET}" curl -k -H "Authorization: Bearer $api_key" \ + -C -R \ https://www.googleapis.com/drive/v3/files/$file_id?alt=media \ -o wso2is.zip echo "Downloading using API key.."