Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
jmshon
4 years agoExplorer | Level 4
Upgrade your browser to use Dropbox
I tried to log in to the promotion 20GB Dropbox by Dell but I received this message once I clicked right button on the dropbox icon on my Windows 10, which is as follows:
Upgrade your browser to use Dropbox
Your current browser is not supported. We support the latest versions of the following browsers:
- Edge
- Chrome
- Firefox
- Safari
I also clicked each browser and installed its latest version, but still I have failed to see the sign-in option.
39 Replies
Replies have been turned off for this discussion
- zekka823 years agoExplorer | Level 3
Hi !
There is unsolved isue Upgrade your browser to use Dropbox - Dropbox Community (dropboxforum.com) and i can't find a solution.
I'm trying to get the Dropbox authorization code using Powershell (script below). But I have an error. Has anyone solved this problem? Is there another way to get the authorization code now?
"
Add-Type -AssemblyName system.web
Add-Type -AssemblyName system.windows.forms$AppKey = 'y7msy7vechuxro3'
$AppSecret = '956ljb09upxgpp8'
$RedirectURI = 'https://oauth.pstmn.io/v1/browser-callback'
$encodedRedirect = [System.Web.HttpUtility]::UrlEncode($RedirectURI)
$encodedKey = [System.Web.HttpUtility]::urlEncode($AppKey)
$baseUri = 'https://www.dropbox.com/oauth2/authorize'
$parameters = "client_id=$encodedKey&redirect_uri=$encodedRedirectresponse_type=code"
$uri = "$baseUri`?$parameters"#рисуем форму для использования с веб объектом
$Form = New-Object -typeName 'System.Windows.Forms.Form' -Property @{
Width = 660
Height = 640
}$Web = New-Object -typeName 'System.Windows.Forms.WebBrowser' -Property @{
Width = 660
Height = 640
Url = $Uri
}$DocumentCompleted_Script = {
if ($web.Url.AbsoluteUri -match "error[^&]*|code=[^&]*"){
$form.Close()
}
}#add controls to the form
$web.ScriptErrorsSuppressed = $true
$web.Add_DocumentCompleted($DocumentCompleted_Script)
$form.Controls.Add($web)
$form.Add_Shown({ $form.Activate() })#Run the form
[void]$form.showDialog()#parse the output
$QueryOutput = [System.Web.HttpUtility]::ParseQueryString($web.Url.Query)$response = @{}
foreach ($key in $QueryOutput.Keys){
$response["#key"] = $QueryOutput[$key]
}"
- Hannah3 years ago
Dropbox Community Moderator
Hey zekka82, thanks for the nudge on this.
I've actually moved your post to the relevant thread.
Would you mind letting me know which browser you're using and which version?
Thanks.
- zekka823 years agoExplorer | Level 3
Dear Hannah,
Thank you for your response.
I use Ms Edge ver. 103.0.1264.62
Windows ver.
Windows 11 Pro
ver 21H2
Build 22000.795
Windows Feature Experience Pack 1000.22000.795.0Actually I think the problem is in the System.Windows.Forms.Form and System.Windows.Forms.WebBrowser classes.
But there is no other way to automate the receipt of the authorization code. I really hope you can guide me how to solve the problem.Best regards, Eugeny
- Megan3 years ago
Dropbox Community Moderator
Hey zekka82, sorry to jump in here!
When you try accessing our website on a different browser, do you notice the same thing?
What if you use an incognito tab on Edge?
- yangshaohua2 years agoNew member | Level 2
I got the errorinfo on my Iphone
which is as follows:
Upgrade your browser to use DropboxYour current browser is not supported. We support the latest versions of the following browsers:
- Edge
- Chrome
- Firefox
- Safari
I also clicked each browser and installed its latest version, but still I have failed to see the sign-in option.
- superjames8882 years agoExplorer | Level 3
I get that error too, an email would be nice.
- Nancy2 years ago
Dropbox Community Moderator
yangshaohua, have you also checked this on a web browser on your computer and you see the same thing?
superjames888, can you let me know the current browser you're using, as well as its version?
Let me know when you're both ready.
- superjames8882 years agoExplorer | Level 3
I have edge, but I think it is using internet explorer, because the app developer was stupid and did internet explorer.
- superjames8882 years agoExplorer | Level 3
I think you got confused, it is a app, and it asks to get a new browser, but when we do that, it does not use the browser. I am using the dropbox 20gb promotion, and it will not work
- Hannah2 years ago
Dropbox Community Moderator
Would you mind sending us a screenshot of the error, superjames888?
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!