Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 5,278 for

secret client

(0.09 sec)
  1. 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/
  2. 使用 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...
  3. 在 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...
  4. 在 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...
  5. Python 将 PDF 文档转换为 JPG、PNG 或 GIF 图像

    我们的 PDF 到图像转换器 API 可让您快速将 PDF 转换为图像格式。本文介绍如何在 Python 中将 PDF 转换为 JPG、PNG 和 GIF 图像...在执行上述步骤之前,请从仪表板获取您的 Client ID and Secret 。获得 ID 和密码后,添加如下所示的代码:...ConvertApi.from_keys(client_id, client_secret) # 定义转换设置 settings...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  6. 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...
  7. GroupDocs Backend Account/Storage Mapping Issue...

    There seems to be a GroupDocs’ backend account/storage mapping issue using python. I had similar problems testing with Aspose (and finally gave up). I can authenticate, but I always get a 401 for uploads. I’ve tried with…...HTTPError: 401 Client Error: Unauthorized for url:...) GROUPDOCS_SECRET = os.getenv(“GROUPDOCS_SECRET”) if not (G...

    forum.groupdocs.cloud/t/groupdocs-backend-accou...
  8. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Client ; using GroupDocs.Rewriter.Cloud.Sdk.Client.Auth.... Rewriter . Cloud . Sdk . Client . Configuration ; using System...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  9. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes.... However, manually writing client code can be difficult, error-prone...GroupDocs.Comparison.Cloud.Sdk.Client ; using GroupDocs.Comparison...

    docs.groupdocs.cloud/comparison/working-with-fo...
  10. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage.... However, manually writing client code can be difficult, error-prone...GroupDocs.Comparison.Cloud.Sdk.Client ; using GroupDocs.Comparison...

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