- Home
- Forum
- React - EJ 2
- Use 3rd Party APIs with FileManager
Use 3rd Party APIs with FileManager
Hello Syncfusion Team,
I really need your help in integrating 3rd party API's (Like Google Drive, Dropbox) with the file manager component by syncfusion.
As of now it uses : https://ej2services.syncfusion.com/production/web-services/api/FileManager/FileOperations
Instead I need to call Google Drive Api to list out and Render the folder structure from Google Drive. Need to know if File manager component is feasible for this purpose.
Thanks & Regards,
Ahish.N
SIGN IN To post a reply.
6 Replies
KR
Keerthana Rajendran
Syncfusion Team
June 5, 2019 11:21 AM UTC
Hi Ahish,
Greetings from Syncfusion support.
We have implemented “Access files from storage services(Azure, Google Drive, Dropbox, etc)” feature internally and this will be included in our upcoming Volume 2, 2019 release which will be rolled out by the end of this month.
Regards,
Keerthana.
MF
Matt Fredin
August 24, 2019 04:53 PM UTC
Hi there, are there any plans to be able to use the file manager with Amazon S3 buckets? I like the file manager but we store all of our files on amazon.
Thanks
AB
Ashokkumar Balasubramanian
Syncfusion Team
August 26, 2019 07:01 AM UTC
Hi Matt,
Good day to you.
Azure, Google drive file system provider.
We have provided support for Azure, Google Drive file system provider in our Volume 2 Release. Refer the below link for this feature.
Azure cloud file system provider - https://ej2.syncfusion.com/react/documentation/file-manager/file-system-provider/?no-cache=1#azure-cloud-file-system-provider
Google drive file system provider - https://ej2.syncfusion.com/react/documentation/file-manager/file-system-provider/?no-cache=1#google-drive-file-system-provider
Amazon S3 buckets support
We have already considered this feature (Amazon S3 buckets support) in file manager component. We are expecting that this feature will be completed on September second week. If it is completed, we will update the status to you. Until then you can track the below feedback link to know the feature status.
Dropbox support
Currently, we have not provided support for Dropbox in file manager component. We have considered this as feature from our end. This feature will be included in any one of our upcoming releases. Until then, you can track the below feedback link to know the feature status.
Regards,
Ashokkumar B.
MF
Matt Fredin
August 26, 2019 05:16 PM UTC
Thank you so much! That would be great to be able to manage amazon buckets!
AB
Ashokkumar Balasubramanian
Syncfusion Team
August 27, 2019 09:37 AM UTC
Hi Matt,
Most Welcome.
We will update you once the feature has been completed.
Regards,
Ashokkumar B.
AB
Ashokkumar Balasubramanian
Syncfusion Team
September 18, 2019 10:56 AM UTC
Hi Matt,
We are glad to announce that AmazonS3 bucket is now available in below location.
Steps to run the service:
2. Then, open the
AmazonS3FileProvider Controller and register your Amazon S3 client account details like awsAccessKeyId, awsSecretAccessKey, bucketRegion, and bucketName details in RegisterAmazonS3 method to perform the file operations. Refer the below code snippet
|
// You can use your login credentials in below method in controller
void RegisterAmazonS3(string bucketName, string awsAccessKeyId, string awsSecretAccessKey, string bucketRegion)
|
3. After run the project file, and refer the localhost URL link in file manager sample.
Kindly check the above sample and get back to us if you need any further assistance.
Regards,
Ashokkumar B.
SIGN IN To post a reply.
- 6 Replies
- 4 Participants
-
AN Ahish N
- Jun 4, 2019 10:26 AM UTC
- Sep 18, 2019 10:56 AM UTC