How To Set Google Drive Image Link To Imageview?
I am trying to set google drive image link to image view, but it showing blank.I tried many ways and i used Glide library also. If i am using sample online url it is working. Here
Solution 1:
You can append the file id to ( "https://docs.google.com/uc?id=") and use the link to load the image in the imageview using GLIDE, ImageLoader, Picasso etc.
In your case, the URL will become (https://docs.google.com/uc?id=18F2oNjVUmyX7Kez5r7A6tOlrN0u5oZOr).
Post a Comment for "How To Set Google Drive Image Link To Imageview?"