Dropbox introduces new API features
blog.dropbox.com
Dropbox introduces new API features
1–10 of 38 posts
Re: Dropbox introduces new API features
#2From my .Net developer's point of view, I am not seeing why these aren't just weak versions of the Azure storage capabilities or Amazon's S3. It's nice to be able to target DropBox as a storage location but that's a pretty rare use-case for me. Especially since their security store is incomplete.
Re: Dropbox introduces new API features
#3Can anyone who uses the Dropbox API tell me if these features are significant? From my .Net developer's point of view, I am not seeing why these aren't just weak versions of the Azure storage capabilities or Amazon's S3. It's nice to be able to target DropBox as a storage location but that's a pretty rare use-case for me. Especially since their security store is incomplete.
Re: Dropbox introduces new API features
#4Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day.
That doesn't make any sense at all. Dropbox must have a massive Power Law at work.
EDIT: I might be wrong with my interpretation of "files synced": it could mean distinct numbers of files that receive a sync event atleast once per day or files added per day to a Dropbox which are then synced. In both cases, I believe the ~6/day statistic and I apologize.
Re: Dropbox introduces new API features
#5Can anyone who uses the Dropbox API tell me if these features are significant? From my .Net developer's point of view, I am not seeing why these aren't just weak versions of the Azure storage capabilities or Amazon's S3. It's nice to be able to target DropBox as a storage location but that's a pretty rare use-case for me. Especially since their security store is incomplete.
Re: Dropbox introduces new API features
#6"[...] over 175 million people using Dropbox and more than a billion files synced each day" Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day. That doesn't make any sense at all. Dropbox must have a massive Power Law at work. EDIT: I might be wrong with my interpretation of "files synced": it coul…
Re: Dropbox introduces new API features
#7"[...] over 175 million people using Dropbox and more than a billion files synced each day" Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day. That doesn't make any sense at all. Dropbox must have a massive Power Law at work. EDIT: I might be wrong with my interpretation of "files synced": it coul…
Re: Dropbox introduces new API features
#8"[...] over 175 million people using Dropbox and more than a billion files synced each day" Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day. That doesn't make any sense at all. Dropbox must have a massive Power Law at work. EDIT: I might be wrong with my interpretation of "files synced": it coul…
I believe it. Maybe I'm an outlier, but I usually only write to a few files from Dropbox in any given day. I read those files often, but I rarely write unless I'm doing something like uploading pictures from my camera.
Re: Dropbox introduces new API features
#9"[...] over 175 million people using Dropbox and more than a billion files synced each day" Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day. That doesn't make any sense at all. Dropbox must have a massive Power Law at work. EDIT: I might be wrong with my interpretation of "files synced": it coul…
Re: Dropbox introduces new API features
#10"[...] over 175 million people using Dropbox and more than a billion files synced each day" Assuming that the "1 billion" refers to number of sync events, that statistic implies that on average, Dropbox users only make changes to ~6 files in their Dropbox per day. That doesn't make any sense at all. Dropbox must have a massive Power Law at work. EDIT: I might be wrong with my interpretation of "files synced": it coul…
Does 6 seem high or low to you?
I store my IM logs in my Dropbox. Every time a message is sent, 2 files are changed (the message log and the overall database). One conversation alone can fire 100 sync events.
And if you're like me and are a Ctrl+S addict when working on important papers or code, each Ctrl+S is a sync event.