Similar to another thread… I made these changes and added images. This all seems to work and I can add those images to posts. but when I look at Media Library, the thumbnails are blank so it makes it hard to pick the right images.
Has anyone else seen this and do you know a solution? It seems like the url isn’t being correctly updated for the image.
What gets stored in the database is this:
https://docs.google.com/<filename>
but it should be this:
https://docs.google.com/uc?id=<filename>
I double checked the PHP and the search and replace seems to be correct… any ideas on what code is updating the thumbnail?