Is there somthing that supports Sharepoint/OneDrive integration

Hi,

I’m looking for ways to support Users being able to see/access documents that are in Sharepoint/OneDrive/Azure.

Ex: The list of “My Files” or “Shared”

All suggestions welcome :slight_smile:

To the best of my knowledge, no such integrations exist.

I did find the discussion below, but the answer really is: you’ll have to build your own.

Thanks @sebastiaan ,

That seems to be mostly about UI/UX.

Do you know if there is a relatively simple way I could supply a custom list/tree to a document picker without completely re-implementing it? ( I would fetch a list of documents from SP/OD with MS’s libraries)

I think there really isn’t at the moment. But you could check how a DAM for Umbraco would do it, but I don’t think that exists for v14+ yet.

Ok, thanks

Have you thought about using Umbraco UI Builder and under the hood talk to the APIs?

I’ve been away from Umbraco for a while, lots has changed.

I might take a look at UI Builder, but I think that I’ll need what is essentially a content picker but where I provide the list of items. (We’re demoing some stuff for a client but don’t have clear specs)