Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Digging around a bit, it appears WebKit itself doesn't handle authentication at all.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Instead, it would appear on Android that the package org.apache.http.auth does this.
bl...@google.com <bl...@google.com> #3
It's definitely not passing through the information. Here's a snippet from my Apache
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
jp...@google.com <jp...@google.com> #4
I have reported this to the engineering team and future updates will be shared here. Thank you for your patience.
ma...@oaks.cloud <ma...@oaks.cloud> #5
Any update on this issue?
ed...@gmail.com <ed...@gmail.com> #6
Apparently there isn't anything else to say concerning this is there.
Description
Description
The "Save to Drive" integration does not open a pop-up window as expected, and the browser console reports the following error
Code
Here a snippet that reproduce the error:https://jsfiddle.net/jab7fc/eb4dsatp/3/
Output
Error in console, no pop-up window to save the file
Steps