Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WeTransfer API v1 no longer supported #24

Open
johannesx75 opened this issue Dec 23, 2016 · 4 comments
Open

WeTransfer API v1 no longer supported #24

johannesx75 opened this issue Dec 23, 2016 · 4 comments

Comments

@johannesx75
Copy link

Request to https://www.wetransfer.com/api/v1/transfers/ return:

{u'error': u'No longer supported. Please note that scripting against our private API is against our TOS.'}
@Sicos1977
Copy link

You need another url since about a week ago.

This is your downloadlink
https://wetransfer.com/downloads/XXXXXXXXXX/YYYYYYYYYY/ZZZZZZ

You need to transform it to this
https://wetransfer.com/api/ui/transfers/XXXXXXXXXX/ZZZZZZ/download?recipient_id=YYYYYYYYYY

That will return you a json object with a valid download link inside it. Parse that one out and you are ready to download again.

@jordansitbon
Copy link

jordansitbon commented Sep 22, 2017

@Sicos1977
Copy link

See issue #28

@jordansitbon
Copy link

Thanks @Sicos1977 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants