Forum Discussion
KrisKegel
6 years agoFrequent Visitor
Reading files from custom data connector
Hi, I can't find any Custom Data Connector examples on how to use File.Contents and when I try to use File.Contens it tells me that credentials are required. Do anyone know if it is possible to u...
KrisKegel
6 years agoFrequent Visitor
Thanks for the quick response. Do you have some hint on which authorization should be added? I tried
UsernamePassword = [], Windows = [], Implicit = []
Thanks and the best regards
Kris
lbendlin
6 years agoSuper User
if you specify user name and password in the URL (I hope you are aware that these are transmitted in clear text) then you need to use anonymous authentication in the connector, or specify username and password and then select "Skip Test Connection"