• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » DropBox Cloud Storage Webhook and Sample Apps

By Abhishek Ghosh June 8, 2014 6:41 am Updated on June 8, 2014

DropBox Cloud Storage Webhook and Sample Apps

Advertisement

DropBox Cloud Storage is quite flexible, has Drop-ins, Datastore API, Sync API, Core API. Here are some examples to get started. As we know, for closed source platforms, the only way to develop is to approach via the SDK way and read the API guides. What we want to tell the new developers should be very clear – it is quite interesting to work with DropBox but as DropBox is itself closed source, unlike OpenStack Swift – one must not waste a huge time behind developing DropBox Dependent Apps.

 

Basics of DropBox Cloud Storage Webhook

 

Some of the API responses over HTTP can be tested with our great tool for OS X – CocoaRestClient. You can install nautilus-dropbox on your Ubuntu desktop or Server :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# add source
echo 'deb http://linux.dropbox.com/ubuntu saucy main'>>'dropbox.list'
# chmod and chown
chmod 644 'dropbox.list'
sudo chown root:root 'dropbox.list'
# move or copy
sudo mv 'dropbox.list' '/etc/apt/sources.list.d/dropbox.list'
# add the key to get validated via apt-get
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5044912E
# install dependencies
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
# update and upgrade
sudo apt-get update && upgrade
# last command to install
sudo apt-get install dropbox

You can create SVN repo in this way :

Advertisement

---

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cd ~Dropbox
mkdir SVNRepo
cd SVNRepo
# note the name
svnadmin create .
# you can use any SVN client to create repository
# example
mkdir ~MyCode
cd MyCode
svn checkout file:///~Dropbox/SVNRepo
mkdir trunk
mkdir branches
mkdir tags
svn commit -m "Initial setup (committing trunk, branches, tags)"
svn checkout file:///~Dropbox/SVNRepo/trunk

This is advanced usage but not actually Dropbox Specific – you’ll not get vendor lock-in. You’ll get the pure Webhook tuts here :

Vim
1
https://www.dropbox.com/developers/webhooks/tutorial

 

DropBox Cloud Storage Webhook and Sample Apps

 

A sample app that uses web hooks to convert Markdown files to HTML and hosted on free Heroku PaaS can be found here :

Vim
1
https://mdwebhook.herokuapp.com/

DropBox Cloud Storage Webhook and Sample Apps

The source code of the App is open :

Vim
1
https://github.com/dropbox/mdwebhook

There are quite interesting resources :

Vim
1
https://github.com/interagent/http-api-design

These are great for getting used with various types of API and web hooks free of cost.

Tagged With dropbox webhook
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to DropBox Cloud Storage Webhook and Sample Apps

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy