开发者

Dropbox api: Can someone provide a HTTP request example?

开发者 https://www.devze.com 2023-03-22 07:08 出处:网络
Could someone show me an example or a starting 开发者_运维百科point on how Dropbox api http requests should look?

Could someone show me an example or a starting 开发者_运维百科point on how Dropbox api http requests should look?

For example if I want to receive tokens how would the HTTP/1.1 request look like for this? I'm planning on writing a program in C using sockets,

write(sockfd,buffer,strlen(buffer)); 

What should buffer look like to receive security tokens from dropbox? I hope I'm making sense.


The official SDKs on the Dropbox developer site each include working examples that you can work from: https://www.dropbox.com/developers/reference/sdk

0

精彩评论

暂无评论...
验证码 换一张
取 消