sharepoint is its own thing. if you use sharepoint, then the question would be how to access sharepoint files
'files' imply a specific storage process. Azure supports cloud file stores and you can access your files via standard file processing if you are running current operating systems. I am guessing that AWS may support this too. The downside to this is the cost is higher than the more typical storage of files in blob storage.
blob/block storage is what most people think of when talking about "cloud" files. To use this you need to either write your api access to the blob storage, or use software to emulate a disk drive.
for the api, every provider has its own api to access them (azure, aws, dropbox, etc). There have been several elevate presentations on this in the past several years - specifically azure blob storage and dropbox
for software, there are several products available. i've used cloudberry drive in the past, there are many others
The cooperation is migrating the files structure to sharepoint! For this window, I am restricted to these read/write files because they come from external sources.
Currently when I use the FileOpen(), PB opens a dialog box so I can traverse the file tree to the file. How do I replace that dialog box process where my files are in sharepoint now? Is is possible without additional API codes or other products.
Thanks!