Hi there,
I’m having trouble uploading some files to Cloud Functions host. The files I’m trying to upload are .zip, .db, and .sqlite files. I’m not using a .gitignore or .gcloudignore file, and the files are listed when I run the gcloud meta list-files-for-upload command.
I was able to deploy functions with these files without issue a few months ago, but now I’m unable to upload them using either the gcloud functions deploy command or by manually deploying the function from a local zip file.
As you can see in the attached image, the files that are not plain text are ignored. Even plain text files that are zipped are ignored.
Can you please help me figure out why I’m not able to upload these files? I tried with v1 and v2 functions.
Thank you for your time.
I hope this is helpful! Let me know if you have any other questions.

