Questions tagged [kloudless]

Kloudless provides a single cloud storage API in the place of many disparate APIs.

Introduction

Kloudless provides a single cloud storage API in the place of many disparate APIs. Kloudless takes care of the heavy lifting so you can focus on building great products. Build multiple cloud storage services into your app by coding just once.

Kloudless also provides pre-built, customizable UI tools to quickly build cloud storage support into your application.

Using the tag

Use the tag for any questions related to the Kloudless API, UI Tools or cloud storage support. Do not reveal confidential information such as API or Account Keys, or any personally identifiable information. If you have inquiries of a confidential nature, you can reach Kloudless Support by emailing support@kloudless.com.

14 questions
2
votes
0 answers

Which is the best mechanism to save emails and attachment while using kloudless

We are fetching emails from GMAIL/OUTLOOK using Kloudless and now we need to share that emails with attachment in our own cloud applications so in this case which is the correct way to save emails and attachments. should we save them in…
Tranquillity
  • 237
  • 2
  • 9
2
votes
1 answer

Meteor with Kloudless service

I am following a jsfiddle example here where Kloudless API was used. link Kloudless API in Javascript Using the code below with the jsfiddle code I place it on my template rendered but sadly it did not work Template.kloudless.rendered = function()…
ralphie
  • 132
  • 1
  • 9
2
votes
1 answer

How can I protect my Kloudless API Key and Account ID?

I am using Kloudless to enable efficient file uploading on the client side. However, my app currently exposes both my Kloudless API key and account id -- they will be public on the client side. In addition to setting the trusted domains, is there…
anwith1n
  • 33
  • 6
1
vote
1 answer

Getting events from multiple calendarId using kloudless

I'm using kloudless to connect into google calendar with different calendar_ids. Currently what I've did was CURL calling /v1/accounts/{account_id}/cal/calendars/{calendar_id}/events/ multiple times (and works). However I wanted to make it efficent…
1
vote
1 answer

How to docker run an image with arguments in kubernetes

I want to run a kloudless docker image with the command below in kubernetes. Just wanted to know it there was any straightforward solution. docker run -d \ --privileged --tmpfs /run --tmpfs /run/lock --tmpfs /tmp \ --volume…
mad_boy
  • 371
  • 4
  • 13
1
vote
1 answer

page_size parameter doesn't work for kloudless service

I'm trying to fetch folder's content from Dropbox through kloudless (https://developers.kloudless.com/docs/v1/storage#folders-retrieve-folder-metadata). I write next query: curl -H 'Authorization: Bearer TOKEN' \…
1
vote
1 answer

Kloudless file explorer - how to get storage provider token token

I'm using Kloudless file explorer, and am retriving the bearer_token. What I want to do is to get a token to use with the storage provider (dropbox for example). I want the ability to use its SDK initiated by the given token. The reason is that…
MichaelLo
  • 1,289
  • 1
  • 14
  • 26
1
vote
1 answer

Kloudless: How to Download/upload file

I am trying Kloudless interactive docs, I have created application account and linked it to my google account so it has access to google drive, Now given a simple file config.txt located in the root , and given that I supplied the correct…
Amr Lotfy
  • 2,937
  • 5
  • 36
  • 56
1
vote
1 answer

Sending files to Kloudless saver from clientside

I'm currently using a dropbox client js script to push zip files to a folder (in test, a couple of k, in production, a couple of hundred meg) - there currently isn't a server/back end, so am posting from an arraybuffer, not a server url. var…
frumbert
  • 2,323
  • 5
  • 30
  • 61
1
vote
1 answer

How do you retrieve thumbnails from the cloud accounts?

When you ask Kloudless to retrieve the files from an account, using: GET /v0/accounts/{account_id}/folders/{id}/contents/, it only lists the actual files, there are no thumbnail files. So you cannot use the get files contents:GET…
Paul Pogonoski
  • 121
  • 2
  • 10
1
vote
1 answer

how to use the kloudless api_key

I'm using a kloudless example to build a text editor that saves files to the cloud. In this line, I replaced the 'api_key' with my API key. It still gives a syntax error at this line. I'm new to using cloud APIs, so any help would be…
Adway Dhillon
  • 77
  • 1
  • 4
  • 16
1
vote
1 answer

Can the kloudless iOS SDK services page be customized?

When calling [[KAuth sharedAuth] authFromController:self] the modal page that comes up (I'm assuming this is a web view loading a URL) with all the different services is not formatted for mobile. Is there a way to format this so that the text is…
derickito
  • 695
  • 7
  • 25
0
votes
2 answers

How can i upload a file to Kloudless from my android?

I wanted to upload a file from my android internal storage to Any cloud storage(ex.google drive,One drive etc)since kloudless provides an api to upload file to any cloud storage using accesstoken I wanted to use the same api for uploading the file…
0
votes
0 answers

Kloudless Python Webhook

Simple WebHooks Receiver I'm following this tutorial on webhooks with kloudless. I downloaded ngrok and set a URL to point to a local server and then setup a server using Python -m SimpleHTTPServer 8080. I ran POST requests with the URL ngrok gave…
DJ2
  • 1,721
  • 3
  • 34
  • 74