Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,903 for

authorization

(0.06 sec)
  1. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....Developer's reference / Authorization Authorization Leave feedback GroupDocs...API call. Authorizing REST API requests To authorize your requests...

    docs.groupdocs.cloud/rewriter/authorization/
  2. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Developer's reference / Authorization Authorization Leave feedback GroupDocs...API call. Authorizing REST API requests To authorize your requests...

    docs.groupdocs.cloud/translation/authorization/
  3. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an Authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides Authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...validated by our APIs from the Authorization request header. OAuth 2...2.0 is an authorization framework that enables your applications...

    docs.groupdocs.cloud/total/authenticating-api-r...
  4. GroupDocs.Conversion Cloud 19.4 Release Notes |...

    This page contains release notes for GroupDocs.Conversion Cloud 19.4 Major Features Storage property in request payload is renamed to StorageName New property “path” is introduced to StoredConvertedResult response ConvertDocument method now returns stream if outputpath property is not set in the request. If the result of conversion produces more than one file, than the stream is a zip. Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONCLOUD-279 Change Storage to StorageName in request payload Improvement CONVERSIONCLOUD-280 Add path property to StoredConvertedResult response Improvement CONVERSIONCLOUD-288 Change ConvertDocument method to return stream if outputpath not provided Improvement Public API Examples Storage property in requests payload is renamed to Storage Name ### Get supported conversions curl -X GET "https://api-qa...."accept: application/json" -H "authorization: Bearer [AccessToken]" ###..."accept: application/json" -H "authorization: Bearer [AccessToken]" -H...

    docs.groupdocs.cloud/conversion/groupdocs-conve...
  5. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue.... To authorize the request, pass the in Authorization header...b99520ce9' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIs...

    docs.groupdocs.cloud/translation/text/fetch/
  6. GroupDocs.Viewer Cloud 19.3.2 Release Notes | G...

    This page contains release notes for GroupDocs.Viewer Cloud 19.3.2 Major Features This is hot-fix release which includes 3 bug-fixes and 2 improvements. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERCLOUD-302 Update methods description Improvement VIEWERCLOUD-285 Support of responsive HTML in V2 API version Improvement VIEWERCLOUD-284 Download HTML pages in V2 API version Bug VIEWERCLOUD-282 GroupDocs....docx' \ --header 'authorization: Bearer [ACCESS_TOKEN]'...cloud/v2/viewer/view' \ --header 'authorization: Bearer [ACCESS_TOKEN]'...

    docs.groupdocs.cloud/viewer/groupdocs-viewer-cl...
  7. How to extract text from PDF in Flutter - Free ...

    {"error":{"code":"errorItemNotFound","message":"Can't find file located at '/data/user/0/com.example.tts/cache/file_picker/wavenet.pdf'.","description":"Operation Failed. Item Not Found.","innerError":{"requestId":null,"…...'Accept': 'application/json', 'Authorization': 'Bearer $accessToken'..."accept: application/json" -H "authorization: Bearer [Access_Token]"...

    forum.groupdocs.cloud/t/how-to-extract-text-fro...
  8. Quickstart | GroupDocs.Translation Cloud | Docu...

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Get Client Id and Client Secret Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API. You can get it from any existing Application or you can create a new Application. For further details see Create New Application and Get Client Id and Client Secret...Headers of your request: Authorization: Bearer access_token To...0/translation/text" \ -H "Authorization: Bearer TOKEN" \ -H "Content-Type:...

    docs.groupdocs.cloud/translation/quickstart/
  9. Requests for `/v2.0/conversion` will result in ...

    The following request is made to /v2.0/conversion. We are using Faraday on the Rails API server. file = Faraday::Multipart::FilePart.new(file_path, file_name) connection = Faraday.new(url: "https://api.groupdocs.…...headers["Authorization"] = "Bearer #{access_token}"..."accept: application/json" -H "authorization: Bearer eyJhbGciOiJSU.....

    forum.groupdocs.cloud/t/requests-for-v2-0-conve...
  10. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....application/json' \ --header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIs..."diversityDegree": "Medium" }' The authorization header must contain the...

    docs.groupdocs.cloud/rewriter/hello-world/