This guide demonstrates how to configure file upload and download operations using the Google Cloud Storage (GCS) data source in ToolJet. Learn how to use upload, handle file inputs directly from your applications.
<imgstyle={{marginBottom:'15px'}}className="screenshot-full img-full"src="/img/how-to/upload-files-gcs/adding-account.png"alt="gcs data source connection"/>
2. Configure the file picker: Change the **Accept file types** to `{{"application/pdf"}}` for the picker to accept only pdf files. In the screenshot below, we have set the accepted file type property to `{{"application/pdf"}}` so it will allow to select only pdf files.
File types must be valid **[MIME](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types)** type according to input element specification or a valid file extension.
To accept any/all file type(s), set `Accept file types` to an empty value.
3. Click on **Button** to execute the upload query, this will upload the pdf file that you selected earlier through the file picker and will upload it on the GCS.