I have web application that enables clients to upload and store images (pdf, png, etc.). As the clients space demands grow, I would like to store their images on a cloud server. They will continue to use the web application to upload files to my Windows 2008 server. I have a vfp application running in the background that will copy the files to the cloud storage and then delete from the server.
Each client will be responsible for setting up their cloud accounts and storing their login credentials. using my web app. These accounts could be Microsoft Onedrive, Google Drive, DropBox, Box, etc. Initially, I would like to maintain either Onedrive or Google Drive. From my windows based VFP app I plan on using each user's credentials to upload and/or delete files in the cloud. What is the cloud storage option provides the simplest implementation with VFP?
Each client will be responsible for setting up their cloud accounts and storing their login credentials. using my web app. These accounts could be Microsoft Onedrive, Google Drive, DropBox, Box, etc. Initially, I would like to maintain either Onedrive or Google Drive. From my windows based VFP app I plan on using each user's credentials to upload and/or delete files in the cloud. What is the cloud storage option provides the simplest implementation with VFP?