<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div>Hi, I am building a site for a comunity of musicians.</div><div>Users login on the website and then may upload audio files so that others can listen (via streaming) and evaluate their ideas.</div><div>I cannot let them upload on the server the website is hosted. I also have no budget (for now) to purchase storage on Google Cloud or similar.</div><div>I am looking into creating an account on Google Drive, connect it to the website and use it as a file repository for all the mp3 uploads from the users.</div><div>Since Music Player for Google drive is open source ( <font><a href="https://code.google.com/p/drive-music-player/">https://code.google.com/p/drive-music-player</a></font>/ ) maybe there is a way to integrate the relevant patrs of its code into MediaFront somehow.</div><div>The problem
 is: GD is intended for uploads and downloads only, not for streaming. On the other hand, Music Player for Google Drive is available for playing back the audio files. So I cannot undesrtand if this scenario will work or not.</div><div>Before diving into the mysteries of the authentication protocoles a.s.o. I thought I might just ask you if you guys find this idea feasible</div><div>Thanks in advance!</div><div>Mihai</div></div></body></html>