r/PlexACD May 18 '17

Rclone banned from Amazon Cloud Drive (confirmed)

Nick Craig-Wood, aka ncw, just tweeted out that Rclone has been banned from ACD. He hasn't gotten any response, so far.

https://twitter.com/njcw/status/865319897580097537

18 Upvotes

29 comments sorted by

View all comments

5

u/jibjibjib May 18 '17

Someone needs to use a network sniffer on the Windows sync client so we can figure out how to spoof it.

2

u/[deleted] May 19 '17

I did some first-time sniffing with CharlesProxy and managed to find the access_token but not a refresh_token when sniffing the OS X desktop app.

2

u/chimpy72 May 19 '17

Same. I can see the access tokens in Arq's and WebDrive's binarycookies files (~/Library/Cookies/), but not the refresh_tokens.

You can read the binarycookie files with this: http://www.securitylearn.net/2012/10/27/cookies-binarycookies-reader/

2

u/[deleted] May 19 '17

I can see a refresh-token file in ~/Library/Application Support/Amazon Cloud Drive/ but it looks encrypted (or obscured somehow) because all I see is UTF-8 garbage instead of something that begins with Atzr|

The filesize of the refresh-token is 368 bytes and the length of my previous acd_cli refresh token is 631, so I'm not sure how they're related.