I am upgrading to the version 2 of this library. With the previous version we had access to an index @microsoft.graph.downloadUrl which seems to not be accessible anymore.
I saw #1410 but I need this downloadurl instead of the stream (which seems to be null in my case on a file) as I am building an angular application.
Is there a solution I didn't see?
I hope to not be forced to build an endpoint on my side to return that stream and there is still this info in the graph response. At least on the graph explorer with version 1, maybe the info is not here in beta, will be removed later and I am not aware of that. :thinking:
Hi,
I am upgrading to the version 2 of this library. With the previous version we had access to an index
@microsoft.graph.downloadUrl
which seems to not be accessible anymore.I saw #1410 but I need this downloadurl instead of the stream (which seems to be null in my case on a file) as I am building an angular application.
Is there a solution I didn't see?
I hope to not be forced to build an endpoint on my side to return that stream and there is still this info in the graph response. At least on the graph explorer with version 1, maybe the info is not here in beta, will be removed later and I am not aware of that. :thinking:
Thanks