hello community,
is there any other way to get the imageurl from the whatsapp? because it doesnt give me the allowance to use the url from https get node to api that im trying to use
I’m sorry for the confusing. i was trying to use the image that i uploaded from the whatsapp and then using the whatsapp bussiness cloud to download the image. since that url from whatsapp business doesn’t allow other website to use it so i decide to use HTTPS node to actually manage to get the url image from whatsapp business cloud. but the thing is, i think the url that HTTP get still not giving the allowance to send to api.market or maybe the url format is not what the api.market can accpet it.
so before i was thinking that if i download the image and then store it to google drive then upload to “Send to api.market node” would work fine. but during the test workflow the “Send to api.market node” always turns green but the real output always comes out FAILED instead of COMPLETE. i guess it seems the problem is in when the “Send to api.market node” is taking the image from the google drive. like it’s not getting the imageurl that “Send to api.market node” wants
Okay, the issue is basically about passing the image URL to the “Send to api.market” node.
The problem is that the image needs to be public so the API can access it.
I recommend first making the image or the Google Drive folder public, then manually testing whether the API accepts the Google Drive image link or not,
If it doesn’t, you may need to try another approach…