# Howdo i upload an base 64 image to Cloudinary

**URL:** https://community.thunkable.com/t/howdo-i-upload-an-base-64-image-to-cloudinary/1605757
**Category:** Questions about Thunkable X
**Created:** [November 9, 2021, 10:02am UTC](https://community.thunkable.com/t/howdo-i-upload-an-base-64-image-to-cloudinary/1605757 "2021-11-09T10:02:15Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 12, 2021, 1:29pm UTC](https://community.thunkable.com/t/howdo-i-upload-an-base-64-image-to-cloudinary/1605757/15 "2021-11-12T13:29:25Z")

</div>

Whenever you wish to save the base64 image to a file you might use this `Tutorial`:

> [@Save Canvas Image to your Google drive](https://community.thunkable.com/t/save-canvas-image-to-your-google-drive/1609950):
>
> For this tutorial you will need to code a short script in Google Apps Script which you can access it from within Google Drive. You will need to use Web API component to talk to the script you created in Google Apps Script and pass the parameters using the Query Parameter section the the Body section. The Base64 image cannot fit into the Query Parameter section and therefore will will need to pass it using the Body section of the Web API. The Thunkable project is very simple and is used to demo…

---

_[View the full topic](https://community.thunkable.com/t/howdo-i-upload-an-base-64-image-to-cloudinary/1605757)._
