lfgarrido Posted March 11, 2023 Posted March 11, 2023 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. 1 Quote
andyhill Posted March 13, 2023 Posted March 13, 2023 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 Quote
lfgarrido Posted March 16, 2023 Author Posted March 16, 2023 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.