Hi guys,
I have a library with PDF documents; the documents have meta data columns which are a mixture of text, date/time, Yes/No (tickbox), choice, managed metadata and calculated columns.
I've been able to connect to the library using the custom list workaround and access the metadata. I've also been able to add a pdf icon file and add a launch command to the 'OnSelect' action: Launch(ThisItem.'{Link}') which would allow a user to open the pdf file from directly within the app.
Historically, when pressing the PDF icon, it would access the file and open it in a pdf viewer app on the mobile (typically OneDrive PDF viewer).
Up until ~mid-November this was working fine. However now when I try the same action, I get a message stating that the file cannot be downloaded. If I access the file directly in the browser it works. Does anyone know why this might be happening?