Flash App Unable to Connect with Google Drive API

Flash cannot access Google Drive API due to cross-domain limitations retrieving files. JavaScript via CORS works; Flash misses ‘Auth’ headers. Alternative ideas? e.g., <policy><access headers='AuthToken' for='*'/></policy>

hey, try setting up a custom socket policy server to handle the crossdomain requests. i had flash issues with auth headers and this got flash talking to my server without a proxy. might be a bit hacky but it done wonders in my proj.