Unable to access certain Google Drive folders using Zend GData libraries although folder is listed in My Drive -


i'm querying google drive , passing in folder name if want list folders/file contained in it. code works, can view content of folders, folders visible within google drive web ui, don't entries returned, there content.

i'm using zend_gdata_docs , zend_gdata_docs_documentlistfeed doing heavy lifting, _entry array should contain folder contents empty when should contain array of zend_gdata_docs_documentlistentry objects.

i'm passing folder appending folder name https://docs.google.com/feeds/documents/private/full/-/some-folder-name

whats proving me google issue if rename folder causing issues , create new folder same name code works , see contents.

all strange pointers before ditch google drive , move dropbox?

you need pass folder id not name


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -