From 6458fe2de26e181178cf47c026ce989eed815dd1 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 21 Sep 2015 14:44:38 -0700 Subject: pyblog: date-display => date_display, and update posts Looks slightly more professional. --- source/blog/2015-02-24-the-new-onedrive-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 index 1a973d58..9d685a9f 100644 --- a/source/blog/2015-02-24-the-new-onedrive-api.md +++ b/source/blog/2015-02-24-the-new-onedrive-api.md @@ -1,7 +1,7 @@ --- title: "The new OneDrive API" date: 2015-02-24T18:31:19-0800 -date-display: February 24, 2015 +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). -- cgit v1.2.1