From 785bde84dd4888817bb9825ba5ab388ec2b7c4b7 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 4 May 2017 03:27:33 +0200 Subject: Update to date --- source/blog/2015-02-24-the-new-onedrive-api.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 source/blog/2015-02-24-the-new-onedrive-api.md (limited to 'source/blog/2015-02-24-the-new-onedrive-api.md') diff --git a/source/blog/2015-02-24-the-new-onedrive-api.md b/source/blog/2015-02-24-the-new-onedrive-api.md deleted file mode 100644 index ba185ff0..00000000 --- a/source/blog/2015-02-24-the-new-onedrive-api.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "The new OneDrive API" -date: 2015-02-24T18:31:19-0800 -date_display: February 24, 2015 ---- - -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)](/blog/2015-02-17-microsoft-is-getting-cool-but-not-its-website.html)". Looks like they are doing something about their website (or better put, their online identity), too. -- cgit v1.2.1