I am trying to do.
Microsoft.SharePoint.Client.File.OpenBinaryDirect(context,relativeUrl) Always get "forbidden" and unauthorized.
However If i use same context and url to do web.getFileByServerRelativeUrl()web.getFileByServerRelativeUrl() it works as expected.
That assures me, it should not be context or url issue.
Has anyone encountered this before?