How to get uploaded image from zoho creator form and post it to external API - zoho

I am trying too integrate Zoho Creator with my backend and I have created several forms. One of the form gets the image input from user. Once the user uploads the image, it gets saved to zoho creator db. I want to share the input data with image to my 3rd party api also. kindly suggest how to proceed with that.
I am received image in below format:
I want just the url. How to acheive that or if there is any other way to acheive it.

Related

botframework get attachment api returns with 404 for old images

Background
We are using the following api to fetch image data uploaded from our user via bot.
The API reference is the following.
https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#get-attachment
And the use case is the following.
User pasted image along with text and send message to bot.
The following image is the [bot side].
We are fetch the pasted image data and show it on [our app side].
The following is our app side.
Issue
But we found that for the images uploaded [1 month ago], the API returns with 404 http code and we could not get image data anymore.
For the images uploaded recently, The api responsed with 200 and image binary data which we can take usage and show it.
Question
Is it possible that MS side put some restriction for pasted image that uploaded to botframework blob storage more than a month?
It's important to note that the Azure Bot Service's Connector service is not a storage service. When attachments are sent to/thru the Connector, Azure will store the attachment for no more than 24 hours.
If you are needing to access attachments sent days/weeks/months ago, then you should utilize Azure Blob Storage, or some equivalent service, to meet those needs.

Is there a Google Forms API that can be used by 3rd party products?

I am looking to create a personalized form using the user data in my product database.
I have already checked this link - Google Form API?. It talks about automating forms via Google app-scripts. That is not what I am looking for.
I want to programmatically create a Google Form instance from the user data in my product database and then send the form to the user.
The only way provided by Google to programmatically create a Google Form is by using the Google Apps Script Forms service (Class FormApp)

I want to Load pdf from url and after filling user can download, send email or print document

I want to Load pdf from URL and after filling required fields the user can download, send email or print document from the mobile browser.
I am using Xamarin forms and need a solution for PCL
following is a link that needs to be renders in web view
http://paylesscremation.com/wp-content/uploads/2018/04/4.-PC-Embalming-NEW.pdf

How to upload an image with metadata like Description and title

I'm currently writing an WebApi endpoint that is to accept image uploads with associated Descriptions and titles. I want to be able to send this information up in one post rather than sending the image and then the meta data in a subsequent call.
The client sending this is a mobile application written in Xamarin.
Searching the internet I struggled to fine any direction to doing this kind of thing although I'm sure it's possible.
Any help or pointers would be appreciated.
USE CLOUDINARY
upload image to cloud with easy api like
https://res.cloudinary.com/demo/image/upload/w_150,h_150,c_thumb,g_face,r_20,e_sepia/l_cloudinary_icon,,x_5,y_5,w_50,o_60,e_brightness:200/a_10/front_face.png
The DotNet SDK is here
and a tutorial to add metadata along

Post a photo on Facebook wall

Please recommend an image sharing service that can be called programmatically to upload a photo. I want to use the returned response and post a link to that photo or album in a Facebook message on wall.
The problem is that Facebook doesn't allow to use an uploaded photo within Facebook to be used in the wall message whereas external domains are allowed.
Can flickr be used? I don't want the users to login to flickr though.
Have you tried Imgur? http://api.imgur.com/

Resources