在我的项目中,我需要使用两个电报机器人,它们由一个数据库链接。我遇到了以下困难:从一个机器人收到photo_id后,我只能在这个机器人中使用它,另一个机器人没有访问文件的权限。ApiTelegramException: A request to the Telegram API was unsuccessful. Error code: 400.Description: Bad Request: wrong file identifier/HTTP URL specified
我正在使用ClarifAI python API来分类从我的Raspberry PI相机捕捉到的对象。(整个程序运行在python on raspberry PI上)。现在,可以使用此[Python API]的两种方法是:2> passing the URL of the image as argument while calling API</em