TotallyDark
CCConvex Community
•Created by TotallyDark on 5/7/2024 in #support-community
Pushing Generated PNG to Convex DB
Yeah, so the python script runs on a linux ubuntu VM and it collects a pdf from a website. Then in the python program, it manipulate the pdf and spit out an image and some text, both of which I want to host on Convex so that I could pull from it for an Expo app I am working on. The text I have already gotten working on convex with mutations, but I have no idea how I would do the same for the photo.
8 replies
CCConvex Community
•Created by TotallyDark on 5/7/2024 in #support-community
Pushing Generated PNG to Convex DB
how do I pass it as a parameter to an action?
8 replies
CCConvex Community
•Created by TotallyDark on 5/7/2024 in #support-community
Pushing Generated PNG to Convex DB
uploading the image using the dashboard ui isn't really going to work for me because the PNG image is an image that is generated by a python script which runs once per day and produces a different image each time. Is this really not possible though?
All I want is something that is similar to upload files button from https://uploadstuff.dev/getting-started/server-setup, but instead of asking the user to upload, upload straight from the code.
8 replies
CCConvex Community
•Created by TotallyDark on 4/20/2024 in #support-community
Python: Cannot Resolve "convex/server"
nvm just reinstalled convex and it fixed itself
2 replies