aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-02-24 18:44:49 -0800
committerZhiming Wang <zmwangx@gmail.com>2015-02-24 18:44:49 -0800
commit8c0b8c1de7d7c6fdce824f294474dc952520b22d (patch)
treeb9f7a346eef58d761fe29a7e45de5208727a3937 /source
parent5cf7ccf6a4f960d8470650dad66571cc02fa7973 (diff)
downloadmy_new_personal_website-8c0b8c1de7d7c6fdce824f294474dc952520b22d.tar.xz
my_new_personal_website-8c0b8c1de7d7c6fdce824f294474dc952520b22d.zip
20150224 The new OneDrive API
Diffstat (limited to 'source')
-rw-r--r--source/_posts/2015-02-24-the-new-onedrive-api.md10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 00000000..28067c36
--- /dev/null
+++ b/source/_posts/2015-02-24-the-new-onedrive-api.md
@@ -0,0 +1,10 @@
+---
+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.