0

https://www.googleapis.com/drive/v3/files/Fileid?acknowledgeAbuse=false&alt=media&key=KEY

This link is working fine on browser but not in Android Studio Using URL and URLConnection.

download file form drive using API Key in Android Studio ?

Manoj
  • 3
  • 3

1 Answers1

0

You might want to refer to Making a Simple Request or this thread for this particular problem because what you want to do is not just open the link but instead make a web service request to the Drive API. Also, take note that REST calls need to be authorized. You may also want to refer to Download Files documentation as there are also steps there that might help you in making the proper request.

Community
  • 1
  • 1
gerardnimo
  • 1,444
  • 8
  • 10