aboutsummaryrefslogtreecommitdiff
path: root/source/_posts/2015-02-24-the-new-onedrive-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/_posts/2015-02-24-the-new-onedrive-api.md')
-rw-r--r--source/_posts/2015-02-24-the-new-onedrive-api.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/_posts/2015-02-24-the-new-onedrive-api.md b/source/_posts/2015-02-24-the-new-onedrive-api.md
deleted file mode 100644
index 28067c36..00000000
--- a/source/_posts/2015-02-24-the-new-onedrive-api.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-title: "The new OneDrive API"
-date: 2015-02-24 18:31:19 -0800
-comments: true
-categories:
----
-Microsoft released the new OneDrive API today. See the blog post announcement [here](https://blog.onedrive.com/the-new-onedrive-api/). One highlight is that [large file upload](http://onedrive.github.io/items/upload_large_files.htm) is now officially supported. Previously, large file upload was handled with a semi-official API using the BITS protocol; the only documentation was a [gist](https://gist.github.com/rgregg/37ba8929768a62131e85). Now it is handled through standard HTTP `POST`. With this major release, there's likely a lot of work to be done with [python-onedrive](https://github.com/mk-fg/python-onedrive). I have opened an issue: `mk-fg/python-onedrive#52` — [New OneDrive API support](https://github.com/mk-fg/python-onedrive/issues/52).
-
-Interestingly, the new OneDrive API doc is hosted on GitHub Pages — [onedrive.github.io](http://onedrive.github.io), rather than MSDN. Exactly a week ago I wrote a piece, "[Microsoft is getting cool (but not its website)](http://zmwangx.github.io/blog/2015/02/17/microsoft-is-getting-cool-but-not-its-website/)". Looks like they are doing something about their website (or better put, their online identity), too.