@@ -137,7 +137,9 @@ def download_with_auth
     )
   end
 
+  # This is just a temporary workaround since some users have not yet enabled media protection. We will remove this in the future.
   def handle_download_attachment_error(error)
+    logger.info "Error downloading attachment from Twilio: #{error.message}"
     if error.message.include?('401 Unauthorized')
       Down.download(params[:MediaUrl0])
     else