コミュニティ

Application ID and password in OCR in blackberry>?

Hello to all,

Please suggest me how to use Application ID and password provided by the Registration process in the Application while making request.

I am getting 200 as HTTP response but getting error xml from server. please suggest me asap if possible.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    SDK Support Team

    Application ID and password are keys that allow your application to use Cloud OCR SDK API. Your application needs to provide them each time it tries to call any API function.

    Where to set them in code depends on what platform you are using.

    In java sample you need to modify ClientSettings.java file.

    The variables are:

    public static final String APPLICATION_ID = "<your application id here>";
    public static final String PASSWORD = "<application password from e-mail here>";
    
    1

サインインしてコメントを残してください。