Jump to content

CloudExplorer demo from Embarcadero ported to uniGUI


lfgarrido

Recommended Posts

Original VCL project by Embarcadero

https://github.com/Embarcadero/RADStudio10.4Demos/tree/master/Object Pascal/Database/CloudAPI/CloudExplorer

 

I used Delphi Parser free version to convert components to uniGUI

https://github.com/lfgarrido/uniCloudExplorer

 

It's useful for those who needs to handle files in Cloud like AWS S3 and Azure or compatible.

 

Need improvements, any contribution are welcome.

 

image.thumb.png.7f9b57d1a84229391d9a45fff024277f.png

  • Like 1
Link to comment
Share on other sites

Thank you for your contribution.

I created an Azure Storage account where the Microsoft Azure Storage Explorer works as expected but using those same account details your Cloud Explorer fails to see the Azure account. I am running it from http 127.0.0.1 is this the problem ? Can you please advise - thanks

Link to comment
Share on other sites

I tested with AWS S3 only

I'm using Delphi 10.3 and what I realized is from Delphi 10.4 Embarcadero changed regions from enum to string, so I had to do some workarounds to force the correct region that I was testing.

I'll try to test Azure as soon as possible and give you some feedback.

A quick tip is to check the Logs tab, there are useful info sometimes, or you can also try to debug and check the API response message.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...