I want to make a mobile app that can push files (images) directly to Rhino using any api or plugin
So my question is : Does Rhino offers any http rest api or something like this, that I can call and push files directly to Rhino and accepting files on Rhino using any plugin or anything else.
Or should I upload files somewhere else for example Google Drive and than make a plugin in Rhino and download files from Google Drive.
No, Rhino does not have any kind of HTTP api that accepts incoming requests. It is, however, possible to write an plug-in that provides this service. It’s also possible to write a plug-in that poll’s come cloud drive service, as Google Drive. It’s all possible with some work.
It is, however, possible to write an plug-in that provides this service
so I can make any server using rhino plugin and then connect to that server from other clients, or you mean I just can make plugin that downloads files from some server ex google cloud ?