2013-09-05 60 views

回答

1

如果您向我們展示您的代碼並告訴我們出了什麼問題,有人可能會提供幫助。快捷方式:

POST https://api.dropbox.com/1/shares/auto/<path> HTTP/1.1 
Authorization: Bearer <access token> 

HTTP/1.1 200 OK 
Content-Type: application/json 
{ 
    "url": "https://...", 
    "expires": "<a REALLY long time from now>" 
} 

請參閱https://www.dropbox.com/developers/core/docs#shares

相關問題