cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

usersGetCurrentAccount doesn't work in MS Edge

usersGetCurrentAccount doesn't work in MS Edge

automol
Explorer | Level 3

usersGetCurrentAccount doesn't work in MS Edge. I get this error:

 

Error in call to API function "users/get_current_account": Bad HTTP "Content-Type" header: "text/plain;charset=UTF-8".  Expecting one of "application/json", "application/json; charset=utf-8", "text/plain; charset=dropbox-cors-hack".

 

This doesn't happen in Firefox and Chrome. Seems like Edge adds "content-type: text/plain; charset=UTF-8" request header. My code:

 

var dbx_options = {
	clientId: "",
	accessToken: ""
};

var dbxClient = new Dropbox.Dropbox(dbx_options);

dbxClient.usersGetCurrentAccount()
	.catch(function(err) {
		console.error(err);
	})
	.then(function (acc) {
		console.log(acc);
	});
1 Reply 1

Greg-DB
Dropbox Staff
Thanks for the report! We'll look into it.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?