Discussion:
Dropbox API
rupakg
2013-01-15 00:19:45 UTC
Permalink
Has anyone thought about accessing Dropbox using Fog? I have searched the
forums and issues, and have not found any discussion. I am wondering why we
don't have a Dropbox provider implementation. Thoughts?

-- Rupak
geemus (Wesley Beary)
2013-01-15 15:58:52 UTC
Permalink
I don't think it has been brought up before. Certainly seems like it could
fit and would be useful. Happy to help with any questions you might have.
wes
Post by rupakg
Has anyone thought about accessing Dropbox using Fog? I have searched the
forums and issues, and have not found any discussion. I am wondering why we
don't have a Dropbox provider implementation. Thoughts?
-- Rupak
Rupak Ganguly
2013-01-16 16:15:07 UTC
Permalink
Hi Wes,
Thanks for the note. I spent some time yesterday looking at that, and
made good progress. I wanted to ask what you think of adding a dependency
on an OAuth Ruby gem (https://github.com/oauth/oauth-ruby). Dropbox uses
OAuth, and I did not want to waste time implementing OAuth in Fog, as it
has been done in several gems already.

Let me know.

Thanks,
Rupak Ganguly
Ph: 678-648-7434
Post by geemus (Wesley Beary)
I don't think it has been brought up before. Certainly seems like it could
fit and would be useful. Happy to help with any questions you might have.
wes
Post by rupakg
Has anyone thought about accessing Dropbox using Fog? I have searched the
forums and issues, and have not found any discussion. I am wondering why we
don't have a Dropbox provider implementation. Thoughts?
-- Rupak
geemus (Wesley Beary)
2013-01-16 16:54:16 UTC
Permalink
Including it isn't my first choice, but reimplementing it seems silly also.
I think it should be fine for now (and ideally when we split things out
more it will be able to only be required as needed).
Post by Rupak Ganguly
Hi Wes,
Thanks for the note. I spent some time yesterday looking at that, and
made good progress. I wanted to ask what you think of adding a dependency
on an OAuth Ruby gem (https://github.com/oauth/oauth-ruby). Dropbox uses
OAuth, and I did not want to waste time implementing OAuth in Fog, as it
has been done in several gems already.
Let me know.
Thanks,
Rupak Ganguly
Ph: 678-648-7434
Post by geemus (Wesley Beary)
I don't think it has been brought up before. Certainly seems like it
could fit and would be useful. Happy to help with any questions you might
have.
wes
Post by rupakg
Has anyone thought about accessing Dropbox using Fog? I have searched
the forums and issues, and have not found any discussion. I am wondering
why we don't have a Dropbox provider implementation. Thoughts?
-- Rupak
Rupak Ganguly
2013-01-16 17:25:37 UTC
Permalink
Hi Wes,
That is correct. I thought about the same thing but it was silly to
reinvent the wheel. I will give it a shot with adding the dependency for
now. Hope no one else has too much of a disagreement. :)

Thanks,
Rupak Ganguly
Ph: 678-648-7434
Post by geemus (Wesley Beary)
Including it isn't my first choice, but reimplementing it seems silly
also. I think it should be fine for now (and ideally when we split things
out more it will be able to only be required as needed).
Post by Rupak Ganguly
Hi Wes,
Thanks for the note. I spent some time yesterday looking at that, and
made good progress. I wanted to ask what you think of adding a dependency
on an OAuth Ruby gem (https://github.com/oauth/oauth-ruby). Dropbox uses
OAuth, and I did not want to waste time implementing OAuth in Fog, as it
has been done in several gems already.
Let me know.
Thanks,
Rupak Ganguly
Ph: 678-648-7434
Post by geemus (Wesley Beary)
I don't think it has been brought up before. Certainly seems like it
could fit and would be useful. Happy to help with any questions you might
have.
wes
Post by rupakg
Has anyone thought about accessing Dropbox using Fog? I have searched
the forums and issues, and have not found any discussion. I am wondering
why we don't have a Dropbox provider implementation. Thoughts?
-- Rupak
Loading...