-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Nextcloud / GDrive / Rsync Upload. #61
Comments
The google drive upload option would be amazing if possible! |
I might look into it later this month. |
@alienatedsec just having the |
please include this service xiaomi_gdrive |
Hi, |
Hi, I just replaced all calls to It reuses the variables from the FTP configuration. Only problem is that the
|
@outermedia-cbo I can include the library supporting https (I think I got that ready somewhere) or you could test with this version https://github.com/roleoroleo/yi-hack-utils/blob/main/v5/curl.tgz for now |
It needs more:
So I added https://github.com/roleoroleo/yi-hack-utils/blob/main/v5/libopenssl.tgz The certificates are out of date or not present:
Anyway Thank you! |
Hi. I insist on this option and I will explain why. I have 4 YIcam. I created 4 Gdrive accounts and in each one a folder named Cam1, Cam2, Cam3, Cam4. Each IPcam records on the account/folder. Now I SHARE those 4 folders to my basic account. So I have access from my phone/PC to all the recordings, and Google automatically sorts them chronologically. The free and convenient method, easy to configure... I used this for years until Google made an update with Auth2.0 Error 401 |
Hi, @nelutzu777, I noticed you mentioned me twice to maintain gdrive code.
and if you are a onedrive user, you can also try yihack-onedrive-uploader which I am recently maintaining and works well. |
I have 4 IPcams of this model: |
I apologize for mentioning YIhack V4 a lot, but I would like to switch to YIhack V5 + GDrive_Loarer |
@denven Put this link into your browser: Copy and paste your code here: |
please check roleoroleo/yi-hack-MStar.gdrive#14 (comment) |
Hi, @roleoroleo i'm trying to use this binary but segmentation fault happen on Yi Home 47US, can you provide a guide to build module from scracth or provide curl binary that support https in Yi Home 47US. I'm on my way to create script for uploading recorded video to telegram. |
@raffifu A screenshot or more details like which firmware is used could be beneficial |
Step to reproduce
ScreenshotFirmware: yi_home_0.3.7 |
Sorry for the late reply. |
@roleoroleo FYI, to avoid the curl issue, probably getting a standalone curl program whose version is compitable with the hardware architecture is better than the one which has dependencies on the libs, and set the curl path into global env. I ran into the simmilar issues in the past, and I am using this curl version, not sure if it is compatible with yi-hack-v5 |
@denven it is all about how the app was built - it requires libs as those could be shared with other apps, which is to reduce the file size of such apps. |
true, this makes sense. so the thing is raffifu copied a builtin curl into sd card and ran into an error, and roleoroleo has already given the reason and answer. if this is the case, I think my suggestion is also optional solution with less pain for the few popular used apps, worry-free about the size and dependencies on the sd card. |
@denven That would be another issue as those devices have limited memory and CPU - loading apps with built-in libs is to load them to RAM, which is more concerning than almost unlimited SD storage. |
Hi,
First I would like to thank you for this v5 ! It's really cool.
I saw I can already use FTP to upload videos on a server, but is it possible to add at least one a this option ?
This seems more secure to me than FTP. rsync would be the best for me I think.
Thanks !
The text was updated successfully, but these errors were encountered: