Explorer
project
final.js
index.html
index.js
style.css
Dependencies
dropbox@4.0.15
Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review
command in your #code-reviews channel
import { Dropbox } from 'dropbox';
const dbx = new Dropbox({
accessToken: 'aeOL1E1HS0AAAAAAAAAALX6z1ogWy75HGE_HBN-NNpJNfhnEa1kjF1vsJ_t7Wf8k',
fetch
})
dbx.filesListFolder({
path: ''
}).then(res => console.log(res))