I am building an Add-in in which I want to visualize some folders that I have in Google Drive, these folders contain documents + folders and .PDF files etc.
Inside my Add-in I already have the embedded code that I generate when I publish a folder or document to the web, and that works, any changes that I add to the documents in Drive, are reflected in my Add-in , but what I have not achieved is to make a list of folders can be shared with other users from my Addin. It should be noted that although the folders are copied with everything and their hyperlinks, I do not want to take me to the drive page because users do not have Google accounts and their company policies have limited or blocked websites, such as Google Drive.
There is something within the documentation of the Google Drive API that allows me to show the folders in my application and these in turn can be shared.