Skip to content

Commit

Permalink
Update migration-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 authored Jun 28, 2023
1 parent 4f94542 commit d2048c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ response=$(curl --location --request POST 'https://oauth2.googleapis.com/token'
access_token=$(echo "$response" | jq -r '.access_token')

# Specify the Google Drive file URL
file_url="https://www.googleapis.com/drive/v3/files/1pePZJM0gIFlPft8qSsu4613kiVzuLQHs?alt=media"
file_url="https://www.googleapis.com/drive/v3/files/1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6?alt=media"
# https://drive.google.com/file/d/1WSQwh2aizd-nhrQQEc_PqnTJJxiRufUv/view?usp=sharing - is 5.10.0
# https://drive.google.com/file/d/1tn6GYCzJtMBdwleQ2fVy1icUlItdm4w5/view?usp=sharing - is 5.11.0
# https://drive.google.com/file/d/1eAcSLBD-UoYI84SefGQKokOhpmU9bO_a/view?usp=sharing -is 6.0
# https://drive.google.com/file/d/1pePZJM0gIFlPft8qSsu4613kiVzuLQHs/view?usp=sharing -is 5.9
# https://drive.google.com/file/d/1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6/view?usp=sharing - is 6.1

# Download the file using the access token
response=$(curl "$file_url" \
Expand Down

0 comments on commit d2048c7

Please sign in to comment.