Correction of Rest and XML API call “create_folder”
The call create_folder is supposed to take the parameters api_key, auth_token, parent_id, name and share. Unfortunately the ’share’ parameter was not read by our server (so sharing of the newly created folder was never done), and no error message was returned if the parameter was missing.
We are going to require the ’share’ parameter in three days, which may break your API calls if you don’t include it in the request. As a result, you may need to modify your code before then to avoid problems.
Keep in mind that the documentation required the share parameter, but the call did not. So if you followed the documentation, your code is fine, but if you found that share had no effect and you left it off, you’ll need to add it back in.
We are also going to try to directly contact developers who are making calls without the share parameter over the next three days to notify them of the change.
Thanks for your patience, guys. We are very sorry for the inconvenience.