FileMaker 凭据#
¥FileMaker credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
先决条件#
¥Prerequisites
- 在 FileMaker 服务器 服务器上创建具有
fmrest扩展权限(至 访问 FileMaker Data API)的用户账户。
¥Create a user account on a FileMaker Server with the fmrest extended privilege to Access the FileMaker Data API.
- 确保 FileMaker Server 可以使用 FileMaker 数据 API:
¥Ensure the FileMaker Server can use the FileMaker Data API: 1. 准备数据库。用于使用 FileMaker Pro 访问 FileMaker 数据 API。你可以创建数据库或准备现有数据库。
1 2 3 4 5 | |
-
编写代码,调用 FileMaker Data API 方法,在托管数据库中查找、创建、编辑、复制和删除记录。
¥Write code that calls FileMaker Data API methods to find, create, edit, duplicate, and delete records in a hosted database.
- 有关更多信息,请参阅 写入 FileMaker 数据 API 调用。
¥Refer to Write FileMaker Data API calls for more information. 3. 托管你的解决方案,并启用 FileMaker Data API 访问权限。
¥Host your solution with FileMaker Data API access enabled.
- 有关更多信息,请参阅 托管 FileMaker 数据 API 解决方案。
¥Refer to Host a FileMaker Data API solution for more information. 4. 测试 FileMaker 数据 API 访问是否正常工作。
¥Test that FileMaker Data API access is working.
- 有关更多信息,请参阅 测试 FileMaker 数据 API 解决方案。
¥Refer to Test the FileMaker Data API solution for more information. 5. 使用管理控制台监控你的托管解决方案。
¥Monitor your hosted solution using Admin Console.
- 有关更多信息,请参阅 Monitor FileMaker 数据 API 解决方案。
¥Refer to Monitor FileMaker Data API solutions for more information.
支持的身份验证方法#
¥Supported authentication methods
- 数据库连接
¥Database connection
相关资源#
¥Related resources
有关服务的更多信息,请参阅 FileMaker 数据 API 指南。
¥Refer to FileMaker's Data API Guide for more information about the service.
使用数据库连接#
¥Using database connection
配置此凭据:
¥To configure this credential:
- 输入 FileMaker 服务器的主机名或 IP 地址。
¥Enter the Host name or IP address of your FileMaker Server. 2. 输入数据库名称。这应该与 FileMaker 中“数据库”列表中显示的数据库名称匹配。
¥Enter the Database name. This should match the database name as it appears in the Databases list within FileMaker.
3. 输入具有 fmrest 扩展权限的用户账户登录名。请参阅上一节 先决条件 了解更多信息。
¥Enter the user account Login for the account with the fmrest extended privilege. Refer to the previous Prerequisites section for more information.
4. 输入该用户账户的密码。
¥Enter the Password for that user account.