Load file from google drive?

I have an sfdat or sftext (txt but more options) file in drive & want to load it into my software. How could this be done? :£ Arys

<header-img: '/header.png'>
<title-text: '&size:24"Text here lol"'
<down-text: '&size:14"Text here lol"'

this is the stuff in the file, heres a link

Hi @Aryszin,

You should be able to do it with the Google Drive API (using REST HTTP requests):

Then do an HTTP request with Java to get the content of your file.

i dont know how to read a txt, it spits out a json & i dont know how to get the api key!