Dropbox API v2 launches
11–20 of 85 posts
Re: Dropbox API v2 launches
#12Why would they choose RPC style endpoints over REST?
Re: Dropbox API v2 launches
#13Re: Dropbox API v2 launches
#14Earlier quoted context omitted.
It is interesting that you request the /get_account link with a POST method.
As systems grow you always end up wanting to parameterize GET apis with things that you can't reasonably continue to stuff into headers, matrix params, and a wonky URL (in my experience).
[0] https://tools.ietf.org/html/rfc5323
[1] https://tools.ietf.org/html/draft-snell-search-method-00
Re: Dropbox API v2 launches
#15Earlier quoted context omitted.
It is interesting that you request the /get_account link with a POST method.
As systems grow you always end up wanting to parameterize GET apis with things that you can't reasonably continue to stuff into headers, matrix params, and a wonky URL (in my experience).
Re: Dropbox API v2 launches
#16Is the Dropbox client fully open source yet? I won't use a spying tool that hires international spies to be on the board if they continue to be closed-source and intent on spying. Their new SDKs seem to be open source - why not their main client product?
Re: Dropbox API v2 launches
#17Is the Dropbox client fully open source yet? I won't use a spying tool that hires international spies to be on the board if they continue to be closed-source and intent on spying. Their new SDKs seem to be open source - why not their main client product?
What are you worried about in the client app that would require it to be open source? Should they also open source their backend systems and give you access to them?
...until you close it for grinding too much cpu.
Re: Dropbox API v2 launches
#18Is the Dropbox client fully open source yet? I won't use a spying tool that hires international spies to be on the board if they continue to be closed-source and intent on spying. Their new SDKs seem to be open source - why not their main client product?
What are you worried about in the client app that would require it to be open source? Should they also open source their backend systems and give you access to them?
Everything about this should be open source, and I won't ever use it until it is. Also they should make a lot more effort towards promising privacy and security. As it stands right now, they seem intent on handing your file access to governments and building systems that are insecure by design. No thanks. Open source and then we'll talk.
Re: Dropbox API v2 launches
#19Is the Dropbox client fully open source yet? I won't use a spying tool that hires international spies to be on the board if they continue to be closed-source and intent on spying. Their new SDKs seem to be open source - why not their main client product?
What are you worried about in the client app that would require it to be open source? Should they also open source their backend systems and give you access to them?
Re: Dropbox API v2 launches
#20Earlier quoted context omitted.
What are you worried about in the client app that would require it to be open source? Should they also open source their backend systems and give you access to them?
Yes, they absolutely should open source their backend systems. Is the value of Dropbox really in their source code? I doubt it. They want my files, all of them, but they won't tell me what they're doing with the files or how their code works? Everything about this should be open source, and I won't ever use it until it is. Also they should make a lot more effort towards promising privacy and security. As it stands ri…