Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 6,555 for

id client

(0.43 sec)
  1. Error Conversion used for two years now generat...

    I’ve been using this code in Python for about two years, and I’ve always performed the conversion correctly. About a week ago, this conversion was successful, and a file was generated, but it was very large and left an …...shutil client_id = ‘CLIENT_IDclient_secret = ‘CLIENT_SECRET’...ConvertApi.from_keys(client_id, client_secret) # Prepare request...

    forum.groupdocs.cloud/t/error-conversion-used-f...
  2. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your Client credentials in the environment variables Client_Id and Client_SECRET....your client credentials in the environment variables CLIENT_ID...CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  3. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: ProvIde exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....storage VersionId File version Id Useful for storages that support...JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET environment variables...

    docs.groupdocs.cloud/merger/rotate-pages/
  4. Timeout error ApiClient - Free Support Forum - ...

    Getting this today: com.groupdocs.cloud.merger.Client.ApiException: java.net.SocketTimeoutException: timeout at com.groupdocs.cloud.merger.Client.ApiClient.execute(ApiClient.java:789) ~[groupdocs-merger-cloud-22.5.jar!…...client.ApiException: java.net.SocketTimeoutExcepti:...com.groupdocs.cloud.merger.client.ApiClient.execute(ApiClient...

    forum.groupdocs.cloud/t/timeout-error-apiclient...
  5. 在 C# 中合并和组合 PowerPoint PPT/PPTX 演示文稿

    将 Powerpoint 文件合并为一个文件或免费在线合并 PPT 文件。这篇文章介绍了如何在 C# 中合并和组合 PowerPoint PPT/PPTX 演示文稿。...仪表板 获取您的客户端 ID 和客户端密码。在代码中添加 Client IDClient Secret,如下所示:...GroupDocs.Merger.Cloud.Sdk.Client; using GroupDocs.Merger.Cloud...

    blog.groupdocs.cloud/zh/merger/merge-powerpoint...
  6. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure Client_Id and Client_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=Client_credentials&Client_Id=$Client_Id&Client_secret=$Client_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  7. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment...'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET'...

    docs.groupdocs.cloud/metadata/get-document-info...
  8. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=Client_credentials&Client_Id=$Client_Id&Client_secret=$Client_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example to join several documents into one curl -v 'https://api...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H 'Content-Type: application/x-www-form-urlencoded'...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. 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:...AME”) GROUPDOCS_ID = os.getenv(“GROUPDOCS_ID”) GROUPDOCS_SECRET...

    forum.groupdocs.cloud/t/groupdocs-backend-accou...
  10. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provIded: the convert API method will return the converted document in the response body....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/conversion/convert-txt-doc...