I am uploading files using C# into a sharepoint drop off library - where they should be moved based on some criteria.
I am uploading using the Copy.asmx web service. It seems to work out ok, I am populating all the required meta data fields.
In the drop off library versioning settings, I have set "Require documents to be checked out before they can be edited?" to "No".
I have versioning turned off in the drop off library, and "Require content approval for submitted items?" is set to "No."
But when I programmatically upload a file, it does not appear in the drop off library, but instead it appears in the "Manage files which have no checked in version" list.
I then have to take ownership of the file to check in it and submit it.
Any ideas?