Created a simple plain textfile on Google drive, made it public. Trying to read it from an app using network.request.
Google Drive gives me this link:
https://docs.google.com/file/d/0B9MOZHulGlCTUkxyYVBsZVdvUHM/edit
When using …
network.request( “https://docs.google.com/file/d/0B9MOZHulGlCTUkxyYVBsZVdvUHM/edit”, “GET”, networkListener, params )
… It just gives me a 70k HTML source instead of the file itself.
Anybody ?