raccoon-dev / Dropbox

Basic Dropbox library for Delphi (VLC and FMX)
6 stars 5 forks source link

Browser update #3

Open lucasvperini opened 2 years ago

lucasvperini commented 2 years ago

Hey!

Looks like TWebBrowser is outdated, so, i can't even authorize the application because of this. Can you please take a look?

Thank you!

raccoon-dev commented 2 years ago

Hi.

Try latest version. You have to install TEdgeBrowser component first - you can find details in readme file.

Let me know if you have any other issues with library or with setup.

lucasvperini commented 2 years ago

Hello!

I'm stuck on this: image

I've setup the app_key and i have the TEdgeBrowser component, as it comes with Delphi 10.4.

Thanks for your fast reply and support.

lucasvperini commented 2 years ago

Hey! Any news on this? Thank you!

raccoon-dev commented 2 years ago

Any exception or something else from the debugger?

raccoon-dev commented 2 years ago

I'm stuck on this: image

I've setup the app_key and i have the TEdgeBrowser component, as it comes with Delphi 10.4.

Do you have any error message or exception message?

You can try uncomment DUMP_RESULTS define and try analyze server responses from the file "results.dump.txt".

Or you can uncomment lines:

////  FClient.ProxyServer := '127.0.0.1'; ////
////  FClient.ProxyPort   := 8080;        ////

and analyze communication from the proxy server.