I have a pretty basic load image from server line code:
Glide.with(view.getContext()).load(url).placeholder(R.drawable.default_profile).into(view);
If someone comes across this in the future you may need to add
Unsure of the exact reason for this change, nonetheless my code didn't work without that permission, and now does with it.