diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:19:05 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:20:57 -0700 |
commit | 015e3b4716a15c674829034bce56b83b323688df (patch) | |
tree | affdc4cc09c5ddd558370911a6e5368412e35116 /source/blog/2015-02-24-the-new-onedrive-api.md | |
parent | d14e9ac5b86c911cb255ab30425790488c20fb4d (diff) | |
download | my_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.tar.xz my_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.zip |
convert date metadata field to ISO 8601
Diffstat (limited to 'source/blog/2015-02-24-the-new-onedrive-api.md')
-rw-r--r-- | source/blog/2015-02-24-the-new-onedrive-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 1c5ea101..9a74d89f 100644 --- a/source/blog/2015-02-24-the-new-onedrive-api.md +++ b/source/blog/2015-02-24-the-new-onedrive-api.md @@ -1,6 +1,6 @@ --- title: "The new OneDrive API" -date: 2015-02-24 18:31:19 -0800 +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). |