Uploading empty files to GCS

  1. My goal: Upload word docs to a GCS bucket
  2. Issue: Uploads successfully to GCS but with 15B of data…
  3. Steps I've taken to troubleshoot: tried a custom js script to prep the query.
  4. Additional info: Self hosted.

I also get out of scope errors but I saw in other forum posts that these seem not actually affect the running of the app, and this doesn’t seem to be the problem.

The file then does appear in the GCS bucket with the correct name etc. but only has 15B. What am I doing wrong?

Hi @arondataa,

Yes the scope errors are a known bug that we are waiting to be fixed :sweat_smile:

I think the linting error being thrown from the scoping may be hiding some of the component synax for getting the data that you want.

the .files keyword is no longer being used for that component so you may need to switch over to .value to grab the file name, file type and the base64 encoded data.

If you download down the same file, what is appearing?