We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a628801 commit b81dc9eCopy full SHA for b81dc9e
README.md
@@ -1,4 +1,4 @@
1
-# php-dropbox-api
+# Uploading a File to Dropbox Using PHP
2
3
A basic example of uploading a file to your Dropbox account using vanilla PHP and a generated access token.
4
@@ -15,3 +15,13 @@ To make this upload scripte work just follow these setps:
15
5. Test the upload script.
16
17
This cose sample uses a ```.env``` files as described on the [php-env](https://github.com/codeadamca/php-env) repo.
18
+
19
+## Tutorial Requirements:
20
21
+* [Visual Studio Code](https://code.visualstudio.com/)
22
+* [PHP](https://www.php.net/)
23
+* [Dropbox](https://www.dropbox.com/)
24
25
+<a href="https://codeadam.ca">
26
+<img src="https://codeadam.ca/images/code-block.png" width="100">
27
+</a>
0 commit comments