Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 5,212 for

client secret

(0.03 sec)
  1. 使用 REST API 在 Ruby 中将 Word 文档转换为 PDF

    用户在发送账单和讲义等时将word文档转换为PDF。让我们学习如何使用云REST API在Ruby中将Word文档转换为PDF。...API 发出任何请求之前添加一个 Client Id 和一个 Client Secret。这将用于调用 GroupDocs...groupdocs.cloud 获取您的 client_id 和 client_secret。 # 在你的 ruby 应用程序中为...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  2. Internal error: Exception of type ‘System.OutOf...

    Hi We are seeing this error. It is impacting our production traffic badly.We are a paid subscription member and use Python API. Earlier it was once in a week…now it is every day few times.Sample snippet is app_…...GROUP_DOCS_CLIENT_ID app_key = settings.GROUP_DOCS_CLIENT_SECRET # Create...inconvenience. Please share your client ID for investigation. sureshemailid...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  3. Getting metered license consumption | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985.... However, manually writing client code can be difficult, error-prone...groupdocs_conversion_cloud client_id = "XXXX-XXXX-XXXX-XXXX"...

    docs.groupdocs.cloud/conversion/metered-consump...
  4. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985.... However, manually writing client code can be difficult, error-prone...import groupdocs_viewer_cloud client_id = "XXXX-XXXX-XXXX-XXXX"...

    docs.groupdocs.cloud/viewer/metered-consumption/
  5. 在 Node.js 中将 Excel 电子表格转换为 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以编程方式将 Excel 电子表格转换为 PDF 文件。 Node.js SDK 允许将 XLS、XLSX 文件转换为 PDF。...在开始执行步骤和可用代码示例之前,请从 dashboard 获取您的 Client ID 和 Client Secret。获得 ID 和密码后,添加如下所示的代码:...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  6. Getting metered license-information | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:... However, manually writing client code can be difficult, error-prone...groupdocs_conversion_cloud client_id = "XXXX-XXXX-XXXX-XXXX"...

    docs.groupdocs.cloud/conversion/license-informa...
  7. 使用 Node.js 将 Word 文档转换为 PDF |在 Node.js 中将 DOCX ...

    使用 Node.js 中的 REST API 以编程方式将 Word 文档转换为 PDF。 Node.js SDK 允许将 DOC 和 DOCX 文件转换为云端的 PDF 文件。...在开始执行步骤和可用代码示例之前,请从 dashboard 获取您的 Client ID 和 Client Secret。获得 ID 和密码后,请添加如下所示的代码:...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  8. 在 Python 中将 Markdown 转换为 PDF 并将 PDF 转换为 Markdown

    文件转换 API 允许您立即将文件转换为任何文件格式。本文展示了如何在 Python 中将 Markdown 转换为 PDF 以及将 PDF 转换为 Markdown...收集到 Client ID 和 Client Secret 后,请将以下 python 代码片段添加到您的应用程序中:...groupdocs.cloud 获取 client_id 和 client_secretclient_id = "xxxxxxx...

    blog.groupdocs.cloud/zh/conversion/convert-mark...
  9. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用用于 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的云中使用 REST API 以编程方式签署带有数字签名的文档。...在执行上述步骤之前,请从 dashboard 获取您的 Client ID 和 Secret。获得 ID 和密码后,添加如下所示的代码:...

    blog.groupdocs.cloud/zh/signature/sign-document...
  10. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language.... However, manually writing client code can be difficult, error-prone...GroupDocs.Comparison.Cloud.Sdk.Client ; using GroupDocs.Comparison...

    docs.groupdocs.cloud/comparison/working-with-st...