alex-phillips / clouddrive-php

Amazon Cloud Drive API and CLI for PHP
MIT License
36 stars 9 forks source link

Ability to set scopes? #3

Closed therealssj closed 9 years ago

therealssj commented 9 years ago

Instead of having a preset scope value would it not be better to set it using a variable so in future if there are any changes to scope values we can just update that variable and continue using the api.

P.S. The scopes have already been updated and the current one set in the api does not work for new apps. Here is the page with the new scopes.

alex-phillips commented 9 years ago

Great point. I'll get a change pushed out today to support this. Be on the lookout for a PR so I can get your feedback.

alex-phillips commented 9 years ago

@Mwesome See PR https://github.com/alex-phillips/clouddrive-php/pull/4