Hi Daniele, 

It looks as if this portion of your code doesn't work properly, or doesn't 
have any effect: 

if (files != null && files.Count > 0)
                    {
                        foreach (var file in files)
                        {
                            Console.WriteLine("{0} ({1}) {2}", file.Name, 
file.Id);
                        }

As a general observation: When it comes strictly to programming and coding, 
it may prove an advantage for you to rather post this type of questions on 
Stackoverflow, to gain this way access to a large number of experts; it is 
meant for providing you help with coding. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cdbc886c-bb8f-4055-a25a-750f45e15a7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to