Giter VIP home page Giter VIP logo

galaxy-fds-sdk-android's Issues

Android Connection

Hi, I would like to recieve video from my connected Xiaomi Yi camrea in my android app. Can you assist me how can I do that?
Thanks

Signature签名方式进行访问老是报403

以下是我的单元测试方法:

public class TestAuthorization extends AndroidTestCase {
    public void test() {
        String accessKeyId = "个人accessKeyId";
        String secretKeyId = "个人secretKeyId";
        FDSClientConfiguration lConfiguration = new FDSClientConfiguration();
        GalaxyFDSCredential lCredential = new SignatureCredential(accessKeyId, secretKeyId);
        lConfiguration.setCredential(lCredential);
        GalaxyFDSClient lClient = new GalaxyFDSClientImpl(lConfiguration);
        try {
            final FDSObject lFDSObject = lClient.getObject("bucket名称", "文件对象的文件全称");
            Log.d("isExist", lFDSObject + "");
        } catch (GalaxyFDSClientException e) {
            e.printStackTrace();
        }
    }
}

然后报如下错误:

Unable to get object[/bucket名称/文件对象的文件全称] from URI :https://cdn.fds-ssl.api.xiaomi.com/bucket名称/文件对象的文件全称 Cause:HTTP/1.1 403 Forbidden

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.