I have problem uploading my imagechips as zip into notebook for model training. It failed uploading. Maybe it was due to slow internet connection (or something else).
Since I do not find any module/scripts to attach drive to AGOL notebook (as in colab and kaggel), I was thinking to download the zip from my google drive. I enable the sharing option of zip file with "Anyone with the link can download".
I tried
! wget "https://drive.google.com/file/d/10x6q4DOWD60d5SA1WC2V_JKEvI2z1zV3/view?usp=sharing"
But I got nothing except view?usp=sharing in the notebook folder. When I click it gives "
404 : Not Found
You are requesting a page that does not exist!"
Is there any way to download data from Google Drive to AGOL notebook?
Since Google drive can sync files from desktop, it is stress-free option to upload large file with bad connection.