hey ⌠I just started with your YT videos (still in part 1 video), but I canât follow the steps that you show as XANO asks for an invite code that I donât have. Can you send me an invite link? thank you
Thanks for this, I needed to do exactly the same thing today! I am having one issue and I donât know if you have any more information - I can run my upload image API call perfectly inside Xano with no issues. The API uploads a base64 string to my table and I can retrieve the image and display it inside AppGyver.
The issue I have is when I try to call the upload API from AppGyver (or indeed from Postman) I get a 403. I am wondering if it is because I am on the âfreeâ plan and I need to upgrade to use this feature? Just wondering if you are on a paid plan with Xano right now.
I am glad that the videos are helpful! As far as the 403 goes, do you have your image upload API secured (need Bearer token in the call from AppGyver and Postman)?
It looks like a Xano free account will allow image uploads (not videos or attachments), so your account should work for uploading an image.
If the authToken is not the issue, then I would recommend sharing your issue on the Xano forum. They are very good at getting back with people.
Also, you are welcome to share some additional details here and I will continue to try to troubleshoot with you.
Hey Steve, thanks for the reply. Yeah, I never enabled auth, but I even passed the Bearer + appVar containing the auth token to be safe, it didnât help. I posted on the Xano forum so letâs see if they can help me out over there!
I thought so too, but I get the 403 in Postman too. Let me grab some screenshots of Postman & AppGyver & Xano in case there is something glaringly obvious.