rclone Google Drive server side copy fail

好幾天我的資源放到過期,複製失敗
原本以為是別人的分享關閉了
但是…每次都出現一樣的錯誤

把source 換了N個,rclone 都是出現下面錯誤訊息
ERROR : : error reading destination directory: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
INFO : There was nothing to transfer
ERROR : Attempt 1/3 failed with 1 errors and: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
ERROR : : error reading destination directory: list: failed to resolve shortcut: googleapi: Error 404: File not found: 1ZXet0veGpTPVLtKXXXXXXXXXXXXXXXX., notFound
INFO : There was nothing to transfer

Read more

台灣真的是發展資金公司的好地方

話說,我這邊寫過,人力銀行資料外流,拿了一堆資料,結果是帳騙帳戶這件事,聽說最近還蠻多人又開始收到。

這幾天和資訊業的前輩聊了一下,他最近在幫忙管理所謂的資金公司,也就是線上賭場收注付款。

服務的速度真的很重要,我這裡指的服務的速度,指的是轉錢入帳,匯款出帳回戶頭的時間,三分鐘到帳開始下注,這真的只是基本的。 Read more

PHP網站使用網盤備份策略 API評估

今天光棍節,沒有很認真的當Buyer,當了一下攻城獅,翻新了php備份mysql的程式,原本打算用FTP來備份程式的,後來想了一下,還是使用網盤來備份資料,可能會更安全和便利。

可是,這跟光棍節有什麼關係呢?沒有,只是起頭而以,哈。 Read more

The XML Element of Yahoo Search API.

I worte a php function to split the xml return of yahoo search api.
It will return a arry, and it’s easy use for me.
8 elements a set.The elements as below.

1.Title
2.Summary
3.Click URL(will auto redirect)
4.The site URL
5.Modify Date time(unit is second since 1970/1/1)
6.Format
7.Cache URL
8.Size

搜尋出來的結果~和在台灣搜尋出來的結果不同
不知道 在這個搜尋結果 和台灣的結果有什麼明顯的差異
另外…修改日期是秒數~拿來操作的要作轉換
但是 我不知道 實用性在哪
檔案格式[any (default), html, msword, pdf, ppt, rss, txt, xls]
可能是網頁~也有可能是doc文字檔
參數蠻多可以玩的~
可以參考原廠文件~在這裡

有問題的地方~查詢區域~沒有台灣~有泰國
代碼在這~真不知道台灣Yahoo在幹嘛

沒誠意的Google API


Running the sample code

A full working sample client, containing all the sample code shown in this document, is available in the Zend Framework SVN repository. The sample is located at /framework/trunk/demos/Zend/Gdata/Blogger.php. The sample contains all the functions explained in this document. It can be run only from the command line:

php Blogger.php -- --user=[email_address] --pass=[password]

Before running this sample or developing your own code using the the Zend Framework, you may need to set the include_path and load the appropriate classes. The include path can be set either using a php.ini setting or using the set_include_path method. This code requests access to the core Zend_Gdata class, the Zend_Gdata_Query class, and the authentication class Zend_Gdata_ClientLogin.

require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata');
Zend_Loader::loadClass('Zend_Gdata_Query');
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
什麼~只能在指令列上執行API
我的老天爺啊~現在是什麼時代了
不是在講雲端技術嗎~
又不是所有的人都有Linux環境
我想在XAMPP中測這個API卻怎麼也跑不起來

真是無解~原本還想說自己來寫個API來貼文章
目前看來....只好回去用Zoundry慢慢貼囉!
 

Serendipity 之功能再探

繼剛才那篇~xmlrpc API hacking之後~
寫一下 我對他現有的應用吧!
他的媒體庫存功能~
寫的蠻不錯的~
如果這個檔案是照片~或是有EXIF的檔案
他就會show出來………玩攝影的朋友~
你會知道相機、型號、光圈、快門等資料
用了這麼多個Blog系統~沒有看到一個有這樣功能的
(有的請寒扣一下)
Read more