Hello Team,
I am facing an issue while trying to use V2 API on IE after updating the client creation code from
client = new Dropbox({ accessToken:XXX})
to
client = new Dropbox.Dropbox({ accessToken:XXX})
This should be fixed now as of v3.0.4, but note the updated polyfill information here.
Hello Greg
Thanks for your quick response on this issue. Seems like I am able to get to the login page now, but after the loging in I see it still brakes with the below error.
SCRIPT5009: 'fetch' is undefinedDropbox-sdk.min.js (1,41758)
Could you kindly look into this and help fixing this?
Thanks,
Partha