glide
glide copied to clipboard
Glide not loading url from Airtable images
This is the url I am using https://dl.airtable.com/.attachmentThumbnails/b7bce4208abaeb55f9bde248c871b517/4542b031
It opens well in browser but not in glide
Glide Version: implementation 'com.github.bumptech.glide:glide:3.7.0'
Device/Android Version: Happening on Simulator Pixel 5 Api 31
Glide load line / GlideModule
(if any) / list Adapter code (if any):
Glide.with(context).load(products.get(position).getProductPhoto()).into(holder.binding.imageViewProduct);
Stack trace / LogCat: No Error in Logcat