A customer has shared a table/view with us using a private link and a password.
We need to retrieve that data automatically, preferably using C#.
The customer will not be granting us API access.
I see that we can download the data as a CSV, but only through the web interface.
I would prefer not to make something so “brittle” as screenscraping.
Is there an alternative process we could use to retrieve this data?