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 30, 2023
1 parent 5d16ce7 commit e4a294d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ esac
echo "file_id: $file_id"

# Specify the Google Drive file URL
file_url="https://www.googleapis.com/drive/v3/files/1tn6GYCzJtMBdwleQ2fVy1icUlItdm4w5?alt=media"
file_url="https://www.googleapis.com/drive/v3/files/"$file_id"?alt=media"

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

0 comments on commit e4a294d

Please sign in to comment.