I used the File Chooser in Android Studio because it was difficult for me to do the login and use the download methods. I used file choosed with direct link ans after receiving the uri I converted it to URL and download the file. I want to keep some URL in shared preferences to download the file in the future without eneter the file chooser again. The problem is that the direct link expires in 4 hours and the preview link is not helpful in this case because I am downloading the file automatically and importing some data. So I don't want the preview stuff. Some idea?? I can try also the login and download method if there is a way to save the file location but there are some bugs in my code because of version V2. So I prefer the first way which worked for me.