Unable to Update Sharepoint Document Properties : Required Fields are Empty.
- by Pari
Hi,
I am updating Documents on Sharepoint using List.asmx web service.
But problem i am facing is:
Fields are not getting Updated as some of required fields are not added.
But to fill required fields i have to again Update.
"ID" field is compulsary at the time of Update.
Which we get only after uploading Document.( we get this id by "ows_id" attriute value)
Edit : As said by "Janis Veinbergs" We can't get this ID untill document is actualy saved.
So how will i update document as ID field is must for Update.
If i don't Put ID Field :
Error : 0x8102000aInvalid URL Parameter
The URL provided contains an invalid Command or Value. Please check the URL again.
If i put Null Value to it:
Error :0x81020016Item does not exist
The page you selected contains an item that does not exist. It may have been deleted by another user.
Is there any way to set document properties at the time of uploaidng files on Sharepoint.
*Note : i am uploading file in Chunck.And Not using Microsoft.sharepoint.dll *
Language : C#
I tried this code
But here again properties are being set after uploading file.