We have a couple of sites running on Drupal 8.9.13 and planning to upgrade to Drupal 9.x soon. 

We have a pretty interesting project that we need sort out which is integrating Sharepoint with Drupal. So the ideas is as follows - 

- Content Editor uploads a file on Sharepoint server (it could be insider folders Alphabetically categorized)

- The Drupal page needs to fetch all the files from Sharepoint and display it on the page as links Alphabetically and group the items (files) Alphabetically as well. A perfect example is the following - https://www.telus.com/en/health/prior-authorization-forms

I believe Telus is doing exactly the same thing. 

I found the CMIS module - https://www.drupal.org/project/cmis which I haven't tested yet. I'm trying to get some ideas from the community to see if anybody has dealt with a similar situation before. 

Please share your ideas and suggestions. Thanks a lot in advance! 

Comments

keithn’s picture

Hi Khairul,

Did you find a solution for this? We are looking for something similar.

Thanks,

Keith

devKhairul’s picture

Hi Keith,

No. I ended up using Drupal's glossary to develop something similar. 

Thank you.