tonythomas01 / gdrive-to-commons

Tool to upload pictures from Google Drive to Wikimedia Commons ⚠️ Moved to Wikimedia Gerrit, so this repo is read only.
https://gdrive-to-commons.toolforge.org/
Apache License 2.0
9 stars 10 forks source link

POST via Ajax to uploads API fileLists #1

Closed tonythomas01 closed 5 years ago

tonythomas01 commented 5 years ago

I expect something like


{
  "fileList": [
    {
      "id": "fasdfasdfa",
      "name": "file_name"
    },
    {
      "id": "fasdfasdfa",
      "name": "file_name"
    }
  ]
  "token": "1231fasdfasdf"
}

on http://localhost:8000/uploads/

You can get the fielList from data.docs (index.html:74) right now. token is oauthToken. Just use HTTP POST and we should be good