Jump to content

Search the Community

Showing results for tags 'insert from URL'.

  • Search By Tags

    • insert from url ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 8 results

  1. Greetings, I am attempting to post data to an API. This is the sample from the company: curl -X POST "https://123456" -H "accept: text/plain" -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEwMjQiLCJ1bmlxdWVfbmFtZSI6IkdyYWluIFNjYWxlIFRlc3QiLCJTZXJ2ZXJOYW1lIjoiREV...
  2. When I post the text below into "Specify CURL options". I get an error message that 'grant_type' isn't supported. Is there a workaround? TIA John curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'cache-control: no-cache' \ -d 'grant_type=password&username=j...
  3. I am using FM 17 and am trying to submit some JSON to an 3rd party website to create and insurance claim. Below is the curl code I am able to run from the command line. I tried using Insert From Url to do the same thing and I am unable to get it to work. I get the following message back when...
  4. OK, I'm using FM16 and trying to figure out an API call. I'm not an expert when it comes to APIs. I have a shopify store, and I can use Insert from URL to get the JSON info on each order. I want to be able to "PUT" and upload parts of the order. Every order has a "Note" field that I can add...
  5. With the introduction of cURL options in FM16's Insert from URL script step I've been investigating the possibility of being able to save a copy of my FM solution directly to my Dropbox folder using the https://content.dropboxapi.com/2/files/upload element from Dropbox V2 API. I've succe...
  6. I am using Insert From URL to send HTTP GET request to my server and get the result. I have a function PING that returns 1 if the server is online, but it cannot returns 0 if it is not so I am catching the error on filemaker : Connection timed out; the timeout value is 60 seconds. Is...
  7. I’m working on a Mac OS X 10.9.3 and have a FileMaker 13 Pro developed app that I’m trying to implement a SMS solution in. I’m getting an Error 3 message – Command is unavailable (for example, wrong operating system, wrong mode, etc.). and will be implementing on iPad as well. Can you give me a...
  8. Hello everyone, I am new to FM and the FM forums. I am working for an academic program that is in the process of digitizing all of its student/alumni records. Some of those records include an alumni questionnaire that is filled out on Google Forms, all the responses for which are then auto...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.