Hi,
i have a custom table that has various fields, one of them is a blob containing a pdf file.
The table has an API page that is exposed with an odata web service
I use visual Studio pro and i would like to consume the web service and manage to download the file in the blob.
I downloaded Odata Connected service extension.
I manage to query the table,
I manage to get the Blob Selflink (that should contain the link to the file) but how to save it locally ?
Any suggestion ?
B. regards
Fabrizio Fiammenghi