@yvancoyaud wrote:
Hello,
I would like to use the Dropbox APIs in my ionic application.
In index.html, between the tags I added:<script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script>In the provider, I have to do
import { Dropbox } from ' ........'Does anyone know the syntax of this import ?
After doing this import, I could create the variable allowing me to access dropbox APIs:
dbx = new Dropbox.Dropbox({accessToken: <MYACCESTOKEN>});Thanks for your help.
YC
Posts: 1
Participants: 1