Dear Yogini.

Yes, I also have same experience as you said.
If we execute the move operation as developers guide,
in generally almost of pepole would have same experience.
Though I don't use the gdata client library and use HTTP+Atom
directly,
it is difficult to resolve the issue only with the developers guide.
Currently I stopped to resolve the issue because recently the sever
behavior isn't stable.
Even if I executed a request against the default end point,
sometimes the server returns 400 Bad Request.
But sometimes the request was succeeded.
I wasted a lot of time to resolve the issues.
So I think it is difficult to use Google Documents List Data API
in commercial use. The spreadsheet Data API is stable.

The other day someone else also said he had a trouble in commercial
use.
His customer claimed the problem against him.
What do you think ?

On 7月30日, 午後7:10, Yogini <desyog...@gmail.com> wrote:
> Hi,
>
> Thanks for the reply..
> In the Google Docs Web Client Interface, I can move a folder from
> My Folders folder to any other folder.
> e.g.,
> I have folders 1 and 2 under My Folders
> When I click on My Folders, I get the list
> 1
> 2
> Now if park on 1 and choose Move To and select 2 (folder) then the
> folder (1) is deleted from My Folders list and is moved to folder (2).
> I tried the following code sniffet but it is copying the folder 1
> under folder 2 properly.  But still the folder 1 entry is shown in My
> Folders (which is not the case when I do the move with Web Client).
>
> Here is the code snippet
> FolderEntry newEntry = new FolderEntry();
>  URL url = new URL("http://docs.google.com/feeds/folders/private/
> full/" + ParentId);
>
>   newEntry.setId("http://docs.google.com/feeds/documents/private/full/
> folder%folderid_of_Folder1)
>    service.insert(url, newEntry);
>
> Now how to delete the entry of folder 1 from the My Folders.
>
> Please help me on this..
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to