Forum Discussion
Arie
7 years agoAdvocate IV
Custom Connector with local file
Hi, I have some authentication issues when importing a local files within a custom connector. Does anyone know if it is possible to import a local file with a custom connector? Kind regard...
luisat
6 years agoFrequent Visitor
Is this already solved?
i want to combine some web.content queries and get the auth tokens from my local file system.
getting data from web works fine but I can´t get data from my local file system...
Regards,
Luis
Anonymous
6 years agoNot applicable
I couldn't make this work and generally found custom connectors a bit of a pain to work with.
What I've ended up doing is deploying some Azure Functions that effectively "proxy" requests through to the source data source, handle authentication (makes OAuth easy too), pagination etc.
Then I've just secured those Azure Functions with basic auth and Power BI is happy to work with them