[OAUTH-WG] Downloading and uploading files by using OAuth in C# language on the Dropbox Platform without creating a new app on the Dropbox Platform to get applicationkey and secretkey?

Riyadh Biyram <riyadh.biyram@gmail.com> Thu, 22 December 2016 11:49 UTC

Return-Path: <riyadh.biyram@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0877A129859 for <oauth@ietfa.amsl.com>; Thu, 22 Dec 2016 03:49:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.699
X-Spam-Level:
X-Spam-Status: No, score=-1.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BBiV-bUuG8PH for <oauth@ietfa.amsl.com>; Thu, 22 Dec 2016 03:49:37 -0800 (PST)
Received: from mail-qt0-x22e.google.com (mail-qt0-x22e.google.com [IPv6:2607:f8b0:400d:c0d::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFD0B129856 for <oauth@ietf.org>; Thu, 22 Dec 2016 03:49:36 -0800 (PST)
Received: by mail-qt0-x22e.google.com with SMTP id c47so232230902qtc.2 for <oauth@ietf.org>; Thu, 22 Dec 2016 03:49:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=dOmEfp+gi4eAjYgWXXg+XyzKs/fVOLn7l7+I0eJv/+c=; b=cnHLVuPsTEzDBx8/MBpSWu2bhZ+EopPYrA8kQ/+dCr9qC0Wj9BQ9nftKWdHRE08DVl 4ilsSXKpVdxn1ITEQdSIZv8Efz6l/6/Y9BMl42XvcfgcASZCbOxytE2+NezwIycJy/KL 8n+K9LXbXqH5RyzPl26F4sKa69ZMSvmxR0Jzj7xTu9289KF+2jvYIauzfrnSzkXXl2da zkP6/ZdrzECVVqwL1CXIZ1BZSL+coIB1Y/5jFneofHDBZCty4ovi/lyLQbzJtHcMitkk EhMESilojk/cbMurqru49tzO+R5pHEmLwFYf4mU43qf58R/wnkT/43TnyckPpc/ebRqz SrtQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=dOmEfp+gi4eAjYgWXXg+XyzKs/fVOLn7l7+I0eJv/+c=; b=XpH/8H7WoqXyzjAD7tBbVI5/u1qW3sg46QGVZPqzK+wtejaRuPl+XasJWwgON4GbHj j3YThKt1JYnYnpZkTas15uAvyrVaZOxZEvc1wY4k19k/oOpsnwsPYNYsObbmblOJUjbt wNVwToV/d/SIV9kWOf9s7J4D22kX7eO/kKARs5LV6vfaD1eGWRZlO8Fk/mYotwR+nHkm K0VeqlysRVA4Bb1LwcA1MVwpVOqdW9PsMASPc7GBDyA/FRv8/y2CrLo34HnmSqcItkVn TM+JotbdywJHTiI7eXaX7a1LlCx2nophdLYMIPBWXHsW/JvROP7Oyl7IUYDL4u2nWlHA ibmQ==
X-Gm-Message-State: AIkVDXKJaIF7ZujBFwp+XKq80jTgnh+SVQ82vK3JLxpV3yFvWi91vmOlsVgUt3bJvLf4km5QGjR+GbvIP65Hew==
X-Received: by 10.200.38.177 with SMTP id 46mr9079498qto.107.1482407375913; Thu, 22 Dec 2016 03:49:35 -0800 (PST)
MIME-Version: 1.0
Received: by 10.233.235.130 with HTTP; Thu, 22 Dec 2016 03:49:35 -0800 (PST)
From: Riyadh Biyram <riyadh.biyram@gmail.com>
Date: Thu, 22 Dec 2016 12:49:35 +0100
Message-ID: <CAGDd68OKHdMxKJFcR4T+grrL48-2Z1HqH3BNSNSesxHqGgWL5Q@mail.gmail.com>
To: oauth@ietf.org
Content-Type: multipart/alternative; boundary="001a1149b9a80dc79605443dddf1"
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/DpO9YyKo66KIYpnvrxHA8mdRd70>
X-Mailman-Approved-At: Tue, 27 Dec 2016 06:44:04 -0800
Subject: [OAUTH-WG] Downloading and uploading files by using OAuth in C# language on the Dropbox Platform without creating a new app on the Dropbox Platform to get applicationkey and secretkey?
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/oauth/>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 24 Dec 2016 22:38:03 -0000

Hello,


I use currently the OAuth technique and I have a question and I hope,
you can help me?


I would like to know how can I use OAuth 2.0 (within C# WPF
application or any langauge to achieve the request) to download and
upload files from Dropbox. It appears that the OAuth 2.0 works by
forwarding you to a Dropbox Platform and getting you confirm details
for example that is means registering the application with external
providers(Dropbox Platform API) to get the application key and secret
key.

(creating a new application on the Dropbox platform

to get applicationkey and secret key

 https://www.dropbox.com/developers/apps/create).


How can I use it without application key and secret key direct to
connect and maybe get the application key with secret key in
background without showing anything to the user of the application for
example like "Screenpresso" software with this software you don't need
to get applciation key or secret key only you sign in by the email and
password to grant access the features.


If there are other extra techniques, please write them to my email.

Thanks in advance.

Best regards,

Riyadh Biyram


*Riyadh Biyram*
Software Engineer & Software Developer
m:  + <555-77777>49 (0) 1577 858 6688   |    e:rb50575@gmail.com
<riyadh.biyram@gmail.com> Skype :riyadh.biyram