"RM cloud dropbox connnect and loop files"
Find more posts tagged with
Sort by:
1 - 5 of
51
Hi again,
Thanks for the input again.
It seems indeed that this way it would be possible to solve my problem. It did some initial trail. But... Some issues with finding the right api urls
As I'm not a programmer (I use RapidMiner as it is code free :-) - I do have my very limits in coding and finding my way in the dropobx api documentation.
I'll play a little more, but can't put too mush time in it.
So I would realy suggest my friends as RapidMiner to add a code free operator to do loop_files with the dropobox connector :-)
Greetings
Ilja
Thanks for the input again.
It seems indeed that this way it would be possible to solve my problem. It did some initial trail. But... Some issues with finding the right api urls
As I'm not a programmer (I use RapidMiner as it is code free :-) - I do have my very limits in coding and finding my way in the dropobx api documentation.
I'll play a little more, but can't put too mush time in it.
So I would realy suggest my friends as RapidMiner to add a code free operator to do loop_files with the dropobox connector :-)
Greetings
Ilja
Thanks JEdward,
That would be really helpful if you would like to do this.
The dropbox api documentation is at: https://www.dropbox.com/developers/core
Apart for that to use the dropbox api you need an acces token made by Oauth. Seems easy to do if I read, but I never did that before and it may take some time.
https://www.dropbox.com/developers/reference/oauthguide
By the way: I now did find a code-free variant. Instead of using csv in my dropbox with a loop_files, I now push those csv's into the repository as datasets and then use loop_repository.
It works for what I'm doing now, but I'll need the dropbox solution as it have more possibilities.
Thanks again for you help.
Ilja
That would be really helpful if you would like to do this.
The dropbox api documentation is at: https://www.dropbox.com/developers/core
Apart for that to use the dropbox api you need an acces token made by Oauth. Seems easy to do if I read, but I never did that before and it may take some time.
https://www.dropbox.com/developers/reference/oauthguide
By the way: I now did find a code-free variant. Instead of using csv in my dropbox with a loop_files, I now push those csv's into the repository as datasets and then use loop_repository.
It works for what I'm doing now, but I'll need the dropbox solution as it have more possibilities.
Thanks again for you help.
Ilja
I'm not sure they currently can work together in the current form, there would need to be a 'loop dropbox files' operator written.
However, all is not lost!
DropBox has a REST API which means can use the GetPage operator to download a list of the files in the directory you are targeting and then use LoopExamples or LoopValues with the ReadDropBox operator inside the nest and provide it the filename of each example as a Macro.
Sorry I'm not able to provide a sample process for using GetPage in this way, but DropBox.com is blocked where I am. Hopefully you can understand the basics from the below.