Replies: 1 comment
-
Yeah, basically |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, I want to get the URL for specific SharePoint folders. I'de like to create a link on my website, but first I need an endpoint that can provide this.
I have a folder which are all named after ids of my entities in my database. So my endpoint would get the id and that folder would be returned back.
I'm thinking: If I know which drive I am working on, is there any
url
attribute for a specificFolder
typedDriveItem
which can be used as a link?Beta Was this translation helpful? Give feedback.
All reactions