SamColburn
6 years agoQrew Trainee
Re: Download file directly through SSIS in SQL Server
I know you already resolved this issue, but I thought I should mention that by enabling that option you are allowing anyone who gets access to that link to download your attachment files.
To authenticate your requests you also need an apptoken if that is enabled for that application. You can also try using Request Headers that include your authentication credentials rather than using just a URL.
------------------------------
Sam C
------------------------------
To authenticate your requests you also need an apptoken if that is enabled for that application. You can also try using Request Headers that include your authentication credentials rather than using just a URL.
------------------------------
Sam C
------------------------------