FileMaker 凭证#
您可以使用这些凭证来验证以下节点:
先决条件#
- 在FileMaker Server上创建一个用户账户,并授予
fmrest扩展权限以访问FileMaker数据API。 - Ensure the FileMaker Server can use the FileMaker Data API:
- Prepare your database for FileMaker Data API access using FileMaker Pro. You can create a database or prepare an existing database.
- Write code that calls FileMaker Data API methods to find, create, edit, duplicate, and delete records in a hosted database.
- 更多信息请参考Write FileMaker Data API calls。
- Host your solution with FileMaker Data API access enabled.
- Test that FileMaker Data API access is working.
- Monitor your hosted solution using Admin Console.
支持的认证方法#
- 数据库连接
相关资源#
有关该服务的更多信息,请参阅FileMaker的数据API指南。
使用数据库连接#
配置此凭证:
- 输入您的FileMaker Server的主机名称或IP地址。
- 输入数据库名称。该名称应与FileMaker中数据库列表里显示的名称一致。
- 输入具有
fmrest扩展权限的用户账户登录名。更多信息请参考前面的先决条件部分。 - 输入该用户账户的密码。