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 committed Jun 30, 2023
1 parent 37006ae commit 5cfd3fd
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/$file_id?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 5cfd3fd

Please sign in to comment.