Jump to content

Recommended Posts

Posted

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
Posted

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

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...