I need to automate the download of invoices from my Dropbox account. Unfortunately, it’s protected by password AND captcha. End the invoice opens in a new tab.
I’m trying with airtop but it’s not easy. Any idea on how to approach this?
I need to automate the download of invoices from my Dropbox account. Unfortunately, it’s protected by password AND captcha. End the invoice opens in a new tab.
I’m trying with airtop but it’s not easy. Any idea on how to approach this?
I think we need more info…
So heres some Questions:
Type of Protection:
What kind of access control are we dealing with here?
Is this a Dropbox shared link that’s password-protected?
Or is it an external site hosting invoices that uses Dropbox OAuth for login?
Also, where’s the captcha showing up? (Dropbox itself doesn’t use captchas for shared links.)
Access Level:
Are you using your own Dropbox account?
Or are these files shared with you by a client or vendor?
Invoice Location:
Are the invoices stored in a specific Dropbox folder you own?
Or are they being shared one by one through individual links?
Initial Assessment:
Based on the Dropbox OAuth workflow you provided, if these files live inside your own Dropbox account, there’s no need for browser automation. You can connect directly using the Dropbox API with your current OAuth credentials.
Thank you.
I need the invoices from Dropbox itself. https://www.dropbox.com/manage/billing
It requires login. When I tried navigating through Google Dev Tools MCP, it showed a nasty captcha and the login failed even after completing the challenge correctly.