File uploader for Android #385
-
|
This isn't exactly a Zipline question, but still. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
|
Yes: https://github.com/tsudoko/xshare This is what I use, it allows you to select a sharex config and use that in the share menu (just select x share from the menu ) If you are on iOS there is a way to do it with shortcuts, but I'm unsure as I don't have an iPhone. EDIT (11/26/23): https://zipline.diced.sh/docs/guides/uploaders/ios-shortcuts - we added a guide for ios shortcuts a while ago ^ |
Beta Was this translation helpful? Give feedback.
-
|
I made a comment but deleted it. If anyone else is having the copied URL be something that isn't the URL, edit the .sxcu that you're given from the site and change the URL to "URL": "$json:files[0]$" Then it'll actually copy the link :) |
Beta Was this translation helpful? Give feedback.
-
|
Is there a way to make this work for shortening URLs as well? File upload works fine. xShare on Android gives me an error when I try to share a URL from the browser, even though I imported the URL.sxcu. |
Beta Was this translation helpful? Give feedback.
-
|
FYI: I am working on a modern native Android client for Zipline v4 to Upload, Download, and Mange Files and Short URLs. https://github.com/cssnr/zipline-android Note Google Play Testers are Needed! See this discussion for more details. |
Beta Was this translation helpful? Give feedback.







Yes: https://github.com/tsudoko/xshare
This is what I use, it allows you to select a sharex config and use that in the share menu (just select x share from the menu )
If you are on iOS there is a way to do it with shortcuts, but I'm unsure as I don't have an iPhone.
EDIT (11/26/23): https://zipline.diced.sh/docs/guides/uploaders/ios-shortcuts - we added a guide for ios shortcuts a while ago ^