1 (edited by scrutinizer 2020-02-24 01:57:17)

Topic: Bitly authorization fails - says APIs no longer supported...

... therefore it recommends falling back on using the OAUTH2 scheme. They changed it recently, was able to shorten links just a few days ago. I'm talking about Dropzone 3 on my older macOS on my older Mac.I'll update about High Sierra situation.

BTW, Google shortening fails too because Google complains about the obsolete OAUTH used by the appropriate action.

Re: Bitly authorization fails - says APIs no longer supported...

Google URL shortening is deprecated. Dropzone 4 replaces this with TinyURL to do shortening instead.

I think the Bit.ly action should be able to be updated to work but this is a bigger project. On my list of things to look at though.

3 (edited by scrutinizer 2020-02-24 02:19:13)

Re: Bitly authorization fails - says APIs no longer supported...

Just checked Bitly in Dropzone 3 on High Sierra. Strangely, it works as expected. No in Mavericks, Yes in High Sierra.

Here's the connection log

ACTION: "/Users/me/Library/Application Support/Dropzone 3/Actions/Bitly.dzbundle"
EVENT: "dragged"
VARIABLE: "password" "••••"
VARIABLE: "username" "••••"
VARIABLE: "dragged_type" "text"
VARIABLE: "app_version" "3.7.0"
VARIABLE: "password_variable" "password"
VARIABLE: "support_folder" "/Users/me/Library/Application Support/Dropzone 3"
ITEMS: "https://aptonic.com/actions/install.php?bundle_name=Bitly"

Determinate: 0
Begin_Message: Getting Bitly URL...
SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version
Fail: Failed to connect to Bitly

Re: Bitly authorization fails - says APIs no longer supported...

Interesting, thanks.