Skip to content

Commit

Permalink
Update download-GA-pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Sep 20, 2023
1 parent 4e3beee commit 9f1e780
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ data="grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&assertion=$jwt_toke
token_response=$(curl -s -X POST -d "$data" "https://www.googleapis.com/oauth2/v4/token")
access_token=$(echo "$token_response" | jq -r .access_token)

echo "Access token: $access_token"

# Use the file_id variable in downloading the IS zip
echo "file_id: $file_id"

Expand Down

0 comments on commit 9f1e780

Please sign in to comment.