Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Two options for Chrome:
Enable local file links Extension
https://chrome.google.com/webstore/detail/enable-local-file-links/nikfmfgobenbhmocjaaboihbeocackld?h...
Invoke Chrome with command line switch
chrome.exe --allow-file-access-from-files
Enable local file links Extension
https://chrome.google.com/webstore/detail/enable-local-file-links/nikfmfgobenbhmocjaaboihbeocackld?h...
Invoke Chrome with command line switch
chrome.exe --allow-file-access-from-files
- SuryaExpert7 years agoQrew Assistant CaptainDan. is this still working? I just tried to run chrome with that extension, and it still doesn't work. Nothing happens when I click on the URL field that has the network folder path. I can see that QuickBase has converted \ to / and added the file:// protocol and everything, but still nothing happens.
- _anomDiebolt_7 years agoQrew EliteI would look at the comments associated with the extension to see if others are having issues (I did not check this myself).
In regards to the second option, you have to invoke Chrome with the flag:
--allow-file-access-from-files
Again, I did not check this anew. - SuryaExpert7 years agoQrew Assistant CaptainAfter installing the chrome extension, it works!. Thanks!