In my Google Docs I have 100s of PDFs but they have underscore separating the words in filename. Now is it possible to rename them on the Google server via API and replace all underscores with space( ).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These may help
http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html#ListDocs
Here you can find how to go over all documents.
http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html#UpdatingMetadata
Here you can find how to update the document name.