VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Dropbox API / JavaScript ES6 Tutorial - Expense Organizer

Dropbox API / JavaScript ES6 Tutorial - Expense Organizer

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to build an expense organizer with the Dropbox API and ES6! You can also check out the interactive version of the course here: https://scrimba.com/g/gdropbox Dropbox is a content and collaboration platform trusted by more than 500 million users and 300,000 teams. It also has an API which allows you to add Dropbox features to your apps, such as file storage, sharing, previews, and search. One example of such an app is an expense organizer, which can help businesses prevent their receipts from turning into chaos. Each employee simply adds their receipts to a Dropbox folder, and then the app takes care of organizing them. In this course, you'll build this organizer app while learning the fundamentals of working with the Dropbox APIs. It will all be done in plain JavaScript. Along the way you'll also learn several ES6 concepts, like array methods and async/await functions. To learn more about the Dropbox API, visit the docs: https://www.dropbox.com/developers Course created by Christian Jensen. -https://twitter.com/cbejensen
Date: 2022-03-14

Comments and reviews: 5


thank you so much
to sort you can use this code
.sort((a, b) => --
if (a[-.tag-] == -folder- && b[-.tag-] != -folder-) return -1;-
if (a[-.tag-] != -folder- && b[-.tag-] == -folder-) return 1;-
return a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1;-
-)

reply

1. 0:00 - Intro
2. 2:10 - Set up
3. 7:03 - Import the SDK
4. 8:52 - Get files
5. 11:19 - Render
6.
7.
8.
9. 30:16 - The Cursor
10.
11. 38:10 - Change the file path
12. 42:29 - Move files
13.
14. 52:14 - Conclusion

reply

HI, Thanks for the course but in my oppinion you should shat by installing the dropbox SKD for js. I have install the npb but still cannot find the depentencies
Uncaught SyntaxError: Cannot use import statement outside a module

reply

Good to have organization like -freeCodeCamp- always ready to help the aspirants who want to gain knowledge in IT feild.
Do you have any complete course for grails and groovy.

reply

This is cool, but your lack of semicolons gives me a bit of a brain twitch... I'm just waiting for the day for this to go wrong...
reply
Add a review, comment






Other channel videos