Questions tagged [cloudrail]

CloudRail is a free software library that abstracts multiple APIs from different providers into a single & universal interface.

Related links:

SDK:

33 questions
1
vote
2 answers

How to specify Google Drive API spaces using CloudRail

I am writing an Android App to access Google Drive Photos via CloudRail service. I am able to authenticate to the Google account in question and see all my files/folders in the Google Drive, but I can't access photos from Google Photos. While…
Gary Kipnis
  • 722
  • 14
  • 33
1
vote
0 answers

Cloudrail - Twitter API - GetIdentifier fails

I'm using cloudrail-node-js v.2.17.3. I want to simply get an unique Identifier for Twitter Authentication. However, this always returns an error : { [Error: The URL the RedirectReceiver returns does not contain all necessary keys in the query, it's…
zerek
  • 253
  • 1
  • 12
1
vote
2 answers

Callback on postUpdate with Facebook and Twitter using CloudRail

I everyone I'm using CloudRail Android SDK to post on Facebook and Twitter from my Android App using this code: final Social facebook = new Facebook(getContext(),"xxxxxx","xxxxxx"); new Thread() { @Override public void run() { …
0
votes
1 answer

getting exceptions using cloudrail AdvancedRequest

I am trying to use the advanced request in my .NET project, and get an exception System.SystemException: 'ServiceCode Error in function AdvancedRequestSupporter:advancedRequest at 11: http.requestCall $L1 $L0 ’ InvalidCastException: Unable to cast…
naffy
  • 111
  • 4
0
votes
1 answer

CloudRail support for OneDrive For Business

We have used CloudRail to retrive files from OneDrive, Google Drive, Amazon S3 and Dropbox without hassle. When we have tried to implement OneDrive For Business, we get an error 'The app ID is blocked for access of the O365 Discovery Service' Does…
Gary O
  • 27
  • 5
0
votes
1 answer

How to use Cloudrail with Xamarin Forms

I try to use CloudRail with Xamarin.Forms but when I install the 'CloudRail.SDK' nuget package I get the following errors: NU1202: Package CloudRail.SDK 1.0.3 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0). Package CloudRail.SDK…
Aymeric
  • 199
  • 12
0
votes
1 answer

Not Connected to Google drive with cloudrail library xamarin.ios

I am using CloudRail Library to connect with google drive in xamarin forms. In xamarin.android it working perfectly buy in xamarin.ios it is not working. anyone can help me ? thanks
0
votes
1 answer

NullReferenceException using CloudRail LinkedIn Service

I am trying to connect to the LinkedIn API using CloudRail's LinkedIn .NET dll. I have the following code to set-up the LinkedIn service for my app: static void Initialize() { CloudRail.AppKey = "5-------9"; LinkedIn service = new LinkedIn( new…
0
votes
1 answer

What URL is needed to be sent in the Cloudrail AdvancedRequestSpecification to get the LinkedIn Experience or Education profile sections?

I implemented the Login with LinkedIn Social Sample, and successfully got back the Id, Name, Email, Gender, PictureUrl, Description and BirthDate using the Github Cloudrail-Xamarin example. The documentation suggests to use the…
loowool
  • 133
  • 1
  • 1
  • 8
0
votes
1 answer

Making a telegram app using cloudRail, how do I listen to the response from the user?

I am making a little app for telegram using CloudRail. This is my node.js server. The node.js sends message to a telegram user when it receives a POST request of kind "sendMessage". But I also want to be able to receive the responses that users…
0
votes
0 answers

Android Activity singleTask behavior issue

I am running into an issue where my CloudRail-using Activity requires Google's OAuth authorization, so it must do it through the Chrome browser and get back the authorization via a custom scheme. In order to get it handled in the same (calling)…
KT_
  • 978
  • 11
  • 26
0
votes
1 answer

cloudrail java desktop app

I'm trying to use cloudrail SDK in my java desktop app for testing , but I have problem with runing the sample code in cloudrailsite; the following codes are main class: public class DropboxWithCloudRail { private static String REDIRECT_URL =…
student
  • 13
  • 3
0
votes
1 answer

CloudRail API - Onedrive fails to download file with spaces in path

In the last few days, code that used to work with spaces has started to fail. I'm actively developing so it's possible I've messed something up, but I don't think so. Below is a simple example where 5 files are in a Test directory. Only the file…
0
votes
1 answer

Cloudrail API File Migration

I cannot clearly see it on the website but via the CloudRail API, I am able to migrate files to another cloud server from a user's Dropbox, Google Drive, OneDrive, etc.? Is it a cloud file migration API?
Viper
  • 1
  • 2
0
votes
1 answer

App crashing using Cloudrail 2.7.0 with portal statistics

After appearing to work for a while, cloudrail 2.7.0 is now repeatedly crashing with the following: Fatal Exception: java.lang.RuntimeException: ServiceCode Error in function selfTest at 26 at com.cloudrail.si.servicecode.Interpreter.run(Unknown…
Don Wilson
  • 156
  • 2
  • 6