# Save csv data in Dropbox or Google drive

**URL:** https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909
**Category:** Questions about Thunkable X
**Created:** [December 30, 2019, 7:33am UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909 "2019-12-30T07:33:40Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![nicoali](https://avatars.discourse-cdn.com/v4/letter/n/edb3f5/32.png) [@nicoali](https://community.thunkable.com/u/nicoali)
#### Post date: [December 30, 2019, 7:33am UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/1 "2019-12-30T07:33:40Z")

</div>

Is it possible save data in a csv online for example on Dropbox or Google drive? I have seen that we can retrieve data from them but can we change them?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [December 30, 2019, 2:53pm UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/2 "2019-12-30T14:53:47Z")

</div>

If you want to suffer for a very long time, then try the Dropbox API. If you don’t want to do this, then use the components that are in Thunkable X.

---

<div class="post-metadata">

### Author: ![nicoali](https://avatars.discourse-cdn.com/v4/letter/n/edb3f5/32.png) [@nicoali](https://community.thunkable.com/u/nicoali)
#### Post date: [December 30, 2019, 3:13pm UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/3 "2019-12-30T15:13:55Z")

</div>

I need to save a csv on a web site or Dropbox or Google drive.  
Not on my phone.  
What is the fastest way?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [December 30, 2019, 3:19pm UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/4 "2019-12-30T15:19:43Z")

</div>

Use WebAPI component for send data to web site (server script).

---

<div class="post-metadata">

### Author: ![nicoali](https://avatars.discourse-cdn.com/v4/letter/n/edb3f5/32.png) [@nicoali](https://community.thunkable.com/u/nicoali)
#### Post date: [December 30, 2019, 3:32pm UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/5 "2019-12-30T15:32:51Z")

</div>

is there anly link or tutorial to do that?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [December 30, 2019, 5:19pm UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/6 "2019-12-30T17:19:05Z")

</div>

[https://docs.thunkable.com/web-api](https://docs.thunkable.com/web-api)

Creating server-side scripts does not apply to Thukable X. You should find it yourself, depending on what technologies the server supports and in what programming language you can program (php, python, perl, cgi, с++ or other)

---

<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:46am UTC](https://community.thunkable.com/t/save-csv-data-in-dropbox-or-google-drive/385909/7 "2024-11-08T11:46:12Z")

</div>


