# JSON File on Google Drive

**URL:** https://community.thunkable.com/t/json-file-on-google-drive/564532
**Category:** Questions about Thunkable X
**Created:** [May 1, 2020, 5:21pm UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532 "2020-05-01T17:21:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![John\_Bartlett](https://avatars.discourse-cdn.com/v4/letter/j/87869e/32.png) [@John\_Bartlett](https://community.thunkable.com/u/John_Bartlett)
#### Post date: [May 1, 2020, 5:21pm UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532/1 "2020-05-01T17:21:36Z")

</div>

Hello,

Has anyone put some code together to access a JSON file stored on Google Drive, that I could re-use for my app?

I noticed Av\_Creators6 offered to help Gnanesh023 but he never posted it.

Thank you in advance for your help. It is very much appreciated.

– John

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 1, 2020, 5:35pm UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532/2 "2020-05-01T17:35:25Z")

</div>

Google “ how to serve a Json file with GitHub”

Follow those instructions and you’ll be able to access the file like any other api served json

---

<div class="post-metadata">

### Author: ![John\_Bartlett](https://avatars.discourse-cdn.com/v4/letter/j/87869e/32.png) [@John\_Bartlett](https://community.thunkable.com/u/John_Bartlett)
#### Post date: [May 1, 2020, 7:49pm UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532/3 "2020-05-01T19:49:52Z")

</div>

> [@jared](#):
>
> how to serve a Json file with GitHub

Hi Jared,

I appreciate the answer. It seems that this is just to access a Github hosted file… Am I wrong?

I was specifically looking for an example of a Thunkable app that opens and accesses a JSON structured file on a Google drive location.

Does that help?

Thanks!  
John

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 1, 2020, 8:49pm UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532/4 "2020-05-01T20:49:13Z")

</div>

accessing files in a google drive require special authentication and are harder than what i am describing. I’m sure it could be done though.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/json-file-on-google-drive/564532/5 "2024-11-08T11:29:32Z")

</div>


