1

I am using Dropbox JavaScript SDK. Until 8 Jun 2020 my upload code worked fine but after 8 Jun 2020 it gives an error. See below for the code and error:

code

var ACCESS_TOKEN = '<?php echo DROP_BOX_TOKEN; ?>';
var dbx = new Dropbox.Dropbox({accessToken: ACCESS_TOKEN});

error

Uncaught TypeError: Dropbox.Dropbox is not a constructor

Thanks

Camilo
  • 6,504
  • 4
  • 39
  • 60

1 Answers1

0

This issue is now fixed with the latest release and should be working properly again.

Greg
  • 16,359
  • 2
  • 34
  • 44