Home > OS >  Glide for Android: How to include GIFs from Google Drive?
Glide for Android: How to include GIFs from Google Drive?

Time:07-05

I am trying to include GIFs in my android application. My GIFs are shared as a document on Google Drive with public access enabled. Currently, I'm trying to use Test

CodePudding user response:

As for as I know Google redirect URL when you tried to access so actually you can't pass the orginal URL to glide because of that gif didn't show. For example

First time acessing drive file it create this link for me:

https://doc-00-0c-docs.googleusercontent.com/docs/securesc/53nohunvg3ldjoc38l46ch47e866v2vq/apss4cm3jieotg1i1uopggmjtri01ols/1 ...(continuing)

Second time :

https://doc-00-0c-docs.googleusercontent.com/docs/securesc/53nohunvg3ldjoc38l46ch47e866v2vq/db8sbrag03l7sv7q4j0abuierkrv6b9g/1 ... (continuing)

They are totaly different so you can use tenor or kind of this site

I uploaded your gif successfuly and here is static link

  • Related